Html Css Color HEX #8E7A1B Lemon Ginger

📋 copy color: '#8E7A1B'

red 142 ◦ green 122 ◦ blue 27

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

Shades of Lemon Ginger #8E7A1B

Tints of Lemon Ginger #8E7A1B

RGB

 RED value IS 142 (55.86% from 255) = 48.8%

 GREEN value IS 122 (48.05% from 255) = 41.92%

 BLUE value IS 27 (10.94% from 255) = 9.28%

R = 48.8%
G = 41.92%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8E7A1B (or 0x8E7A1B) is known color: Lemon Ginger. HEX triplet: 8E, 7A and 1B. RGB value is (142,122,27). Sum of RGB (Red+Green+Blue) = 142+122+27=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7A1B is #7185E4. Grayscale: #757575. Windows color (decimal): -7439845 or 1800846. OLE color: 1800846.

HSL color Cylindrical-coordinate representation of color #8E7A1B: hue angle of 49.57º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E7A1B is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 122 27 -
CMYK 0 0.14 0.81 0.44
HSL 49.57º 0.68% 0.33% -
HSV(B) 49.57º 0.81% 0.56% -
XYZ 18.31 19.75 3.88 -
YUV 117.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 142 122 27 0 0.14 0.81 0.44 49.57 0.68 0.33
Hex 8E 7A 1B 0 E 51 2C 32 44 21
Octal 216 172 33 0 16 121 54 62 104 41
Binary 10001110 1111010 11011 0 1110 1010001 101100 110010 1000100 100001

Color Harmonies of #8E7A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7A1B

Black with #8E7A1B

Text Example


Text Example

White with #8E7A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,122,27); }

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

background-color css

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

 a { background-color: rgb(142,122,27); }

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

border-color css

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

 span { border-color: rgb(142,122,27); }

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