Html Css Color HEX #8C811F Lemon Ginger

📋 copy color: '#8C811F'

red 140 ◦ green 129 ◦ blue 31

#8C811F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Ginger #8C811F

Tints of Lemon Ginger #8C811F

RGB

 RED value IS 140 (55.08% from 255) = 46.67%

 GREEN value IS 129 (50.78% from 255) = 43%

 BLUE value IS 31 (12.5% from 255) = 10.33%

R = 46.67%
G = 43%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8C811F (or 0x8C811F) is known color: Lemon Ginger. HEX triplet: 8C, 81 and 1F. RGB value is (140,129,31). Sum of RGB (Red+Green+Blue) = 140+129+31=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C811F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C811F is #737EE0. Grayscale: #797979. Windows color (decimal): -7569121 or 2064780. OLE color: 2064780.

HSL color Cylindrical-coordinate representation of color #8C811F: hue angle of 53.94º 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 #8C811F is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 129 31 -
CMYK 0 0.08 0.78 0.45
HSL 53.94º 0.64% 0.34% -
HSV(B) 53.94º 0.78% 0.55% -
XYZ 18.91 21.37 4.43 -
YUV 121.12 77.14 141.47 -
System Red Green Blue C M Y K H S L
Decimal 140 129 31 0 0.08 0.78 0.45 53.94 0.64 0.34
Hex 8C 81 1F 0 8 4E 2D 36 40 22
Octal 214 201 37 0 10 116 55 66 100 42
Binary 10001100 10000001 11111 0 1000 1001110 101101 110110 1000000 100010

Color Harmonies of #8C811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C811F

Black with #8C811F

Text Example


Text Example

White with #8C811F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C811F;
 }
 .AnyTagClassName
 {
   color: #8C811F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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