Html Css Color HEX #8C811A Lemon Ginger

📋 copy color: '#8C811A'

red 140 ◦ green 129 ◦ blue 26

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

Shades of Lemon Ginger #8C811A

Tints of Lemon Ginger #8C811A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.81%

R = 47.46%
G = 43.73%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C811A (or 0x8C811A) is known color: Lemon Ginger. HEX triplet: 8C, 81 and 1A. RGB value is (140,129,26). Sum of RGB (Red+Green+Blue) = 140+129+26=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C811A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C811A is #737EE5. Grayscale: #787878. Windows color (decimal): -7569126 or 1737100. OLE color: 1737100.

HSL color Cylindrical-coordinate representation of color #8C811A: hue angle of 54.21º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C811A is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 129 26 -
CMYK 0 0.08 0.81 0.45
HSL 54.21º 0.69% 0.33% -
HSV(B) 54.21º 0.81% 0.55% -
XYZ 18.85 21.35 4.1 -
YUV 120.55 74.64 141.88 -
System Red Green Blue C M Y K H S L
Decimal 140 129 26 0 0.08 0.81 0.45 54.21 0.69 0.33
Hex 8C 81 1A 0 8 51 2D 36 45 21
Octal 214 201 32 0 10 121 55 66 105 41
Binary 10001100 10000001 11010 0 1000 1010001 101101 110110 1000101 100001

Color Harmonies of #8C811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C811A

Black with #8C811A

Text Example


Text Example

White with #8C811A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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