#9B872C

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

Shades of Lemon Ginger #9B872C

Tints of Lemon Ginger #9B872C

Color information

#9B872C (or 0x9B872C) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 87 and 2C. RGB value is (155,135,44). Sum of RGB (Red+Green+Blue) = 155+135+44=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B872C is #6478D3. Grayscale: #828282. Windows color (decimal): -6584532 or 2918299. OLE color: 2918299.

HSL color Cylindrical-coordinate representation of color #9B872C: hue angle of 49.19º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B872C is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB15513544-
CMYK00.130.720.39
HSL49.19º55.78%39.02%-
HSV(B)49.19º71.61%60.78%-
XYZ22.6424.485.91-
YUV130.6179.13145.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.41%
GREEN value IS 135 (53.12% from 255) = 40.42%
BLUE value IS 44 (17.58% from 255) = 13.17%
R=46.41%
G=40.42%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551354400.130.720.3949.1955.7839.02
Hex9B872C0D4827313827
Octal2332075401511047617047
Binary1001101110000111101100011011001000100111110001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B872C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B872C; }

 p { color: rgb(155,135,44); }

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

<style>
 a { background-color: #9B872C; }

 a { background-color: rgb(155,135,44); }

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

<style>
 span { border-color: #9B872C; }

 span { border-color: rgb(155,135,44); }

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