#8c831f

Color #8C831F Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #8C831F

Tints of Lemon Ginger #8C831F

Color information

#8C831F (or 0x8C831F) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 83 and 1F. RGB value is (140,131,31). Sum of RGB (Red+Green+Blue) = 140+131+31=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C831F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C831F is #737CE0. Grayscale: #7A7A7A. Windows color (decimal): -7568609 or 2065292. OLE color: 2065292.

HSL color Cylindrical-coordinate representation of color #8C831F: hue angle of 55.05º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C831F is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB14013131-
CMYK00.060.780.45
HSL55.05º63.74%33.53%-
HSV(B)55.05º77.86%54.9%-
XYZ19.1821.914.51-
YUV122.2976.48140.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 46.36%
GREEN value IS 131 (51.56% from 255) = 43.38%
BLUE value IS 31 (12.5% from 255) = 10.26%
R=46.36%
G=43.38%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401313100.060.780.4555.0563.7433.53
Hex8C831F064E2D374022
Octal2142033706116556710042
Binary100011001000001111111011010011101011011101111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c831f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8c831f; }

 p { color: rgb(140,131,31); }

 H1.HeaderClassName
 {
   color: #8c831f;
 }
 .AnyTagClassName
 {
   color: #8c831f;
 }
</style>
background-color css

<style>
 a { background-color: #8c831f; }

 a { background-color: rgb(140,131,31); }

 div.DivClassName
 {
   background-color: #8c831f;
 }
 .BgClassName
 {
   background-color: #8c831f;
 }
</style>
border-color css

<style>
 span { border-color: #8c831f; }

 span { border-color: rgb(140,131,31); }

 td.TdClassName
 {
   border-color: #8c831f;
 }
 .TagClassName
 {
   border-color: #8c831f;
 }
</style>