Html Css Color HEX #8B7F2F Lemon Ginger

📋 copy color: '#8B7F2F'

red 139 ◦ green 127 ◦ blue 47

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

Shades of Lemon Ginger #8B7F2F

Tints of Lemon Ginger #8B7F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.02%

R = 44.41%
G = 40.58%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8B7F2F (or 0x8B7F2F) is known color: Lemon Ginger. HEX triplet: 8B, 7F and 2F. RGB value is (139,127,47). Sum of RGB (Red+Green+Blue) = 139+127+47=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7F2F is #7480D0. Grayscale: #797979. Windows color (decimal): -7635153 or 3112843. OLE color: 3112843.

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

Color convert

RGB 139 127 47 -
CMYK 0 0.09 0.66 0.45
HSL 52.17º 0.49% 0.36% -
HSV(B) 52.17º 0.66% 0.55% -
XYZ 18.75 20.87 5.73 -
YUV 121.47 85.98 140.5 -
System Red Green Blue C M Y K H S L
Decimal 139 127 47 0 0.09 0.66 0.45 52.17 0.49 0.36
Hex 8B 7F 2F 0 9 42 2D 34 31 24
Octal 213 177 57 0 11 102 55 64 61 44
Binary 10001011 1111111 101111 0 1001 1000010 101101 110100 110001 100100

Color Harmonies of #8B7F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7F2F

Black with #8B7F2F

Text Example


Text Example

White with #8B7F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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