#8B7C16

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

Shades of Lemon Ginger #8B7C16

Tints of Lemon Ginger #8B7C16

Color information

#8B7C16 (or 0x8B7C16) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 7C and 16. RGB value is (139,124,22). Sum of RGB (Red+Green+Blue) = 139+124+22=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7C16 is #7483E9. Grayscale: #757575. Windows color (decimal): -7635946 or 1473675. OLE color: 1473675.

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

Color convert

RGB13912422-
CMYK00.110.840.45
HSL52.31º72.67%31.57%-
HSV(B)52.31º84.17%54.51%-
XYZ1819.963.66-
YUV116.8674.47143.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 124 (48.83% from 255) = 43.51%
BLUE value IS 22 (8.98% from 255) = 7.72%
R=48.77%
G=43.51%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391242200.110.840.4552.3172.6731.57
Hex8B7C160B542D344920
Octal21317426013124556411140
Binary100010111111100101100101110101001011011101001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,124,22); }

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

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

 a { background-color: rgb(139,124,22); }

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

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

 span { border-color: rgb(139,124,22); }

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