Html Css Color HEX #8B7F2C Lemon Ginger

📋 copy color: '#8B7F2C'

red 139 ◦ green 127 ◦ blue 44

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

Shades of Lemon Ginger #8B7F2C

Tints of Lemon Ginger #8B7F2C

RGB

 RED value IS 139 (54.69% from 255) = 44.84%

 GREEN value IS 127 (50% from 255) = 40.97%

 BLUE value IS 44 (17.58% from 255) = 14.19%

R = 44.84%
G = 40.97%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B7F2C (or 0x8B7F2C) is known color: Lemon Ginger. HEX triplet: 8B, 7F and 2C. RGB value is (139,127,44). Sum of RGB (Red+Green+Blue) = 139+127+44=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7F2C is #7480D3. Grayscale: #797979. Windows color (decimal): -7635156 or 2916235. OLE color: 2916235.

HSL color Cylindrical-coordinate representation of color #8B7F2C: hue angle of 52.42º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B7F2C is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 127 44 -
CMYK 0 0.09 0.68 0.45
HSL 52.42º 0.52% 0.36% -
HSV(B) 52.42º 0.68% 0.55% -
XYZ 18.69 20.85 5.42 -
YUV 121.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 139 127 44 0 0.09 0.68 0.45 52.42 0.52 0.36
Hex 8B 7F 2C 0 9 44 2D 34 34 24
Octal 213 177 54 0 11 104 55 64 64 44
Binary 10001011 1111111 101100 0 1001 1000100 101101 110100 110100 100100

Color Harmonies of #8B7F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7F2C

Black with #8B7F2C

Text Example


Text Example

White with #8B7F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,127,44); }

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

background-color css

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

 a { background-color: rgb(139,127,44); }

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

border-color css

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

 span { border-color: rgb(139,127,44); }

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