#8B7F19

Color #8B7F19 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #8B7F19

Tints of Lemon Ginger #8B7F19

Color information

#8B7F19 (or 0x8B7F19) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 7F and 19. RGB value is (139,127,25). Sum of RGB (Red+Green+Blue) = 139+127+25=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7F19 is #7480E6. Grayscale: #777777. Windows color (decimal): -7635175 or 1671051. OLE color: 1671051.

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

Color convert

RGB13912725-
CMYK00.090.820.45
HSL53.68º69.51%32.16%-
HSV(B)53.68º82.01%54.51%-
XYZ18.4120.743.95-
YUV118.9674.98142.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.77%
GREEN value IS 127 (50% from 255) = 43.64%
BLUE value IS 25 (10.16% from 255) = 8.59%
R=47.77%
G=43.64%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391272500.090.820.4553.6869.5132.16
Hex8B7F1909522D364620
Octal21317731011122556610640
Binary100010111111111110010100110100101011011101101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B7F19;
 }
 .AnyTagClassName
 {
   color: #8B7F19;
 }
</style>
background-color css

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

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

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

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

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

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