#9D862C

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

Shades of Lemon Ginger #9D862C

Tints of Lemon Ginger #9D862C

Color information

#9D862C (or 0x9D862C) is unknown color: approx Lemon Ginger. HEX triplet: 9D, 86 and 2C. RGB value is (157,134,44). Sum of RGB (Red+Green+Blue) = 157+134+44=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D862C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D862C is #6279D3. Grayscale: #838383. Windows color (decimal): -6453716 or 2918045. OLE color: 2918045.

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

Color convert

RGB15713444-
CMYK00.150.720.38
HSL47.79º56.22%39.41%-
HSV(B)47.79º71.97%61.57%-
XYZ22.8824.45.89-
YUV130.6279.12146.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.87%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 44 (17.58% from 255) = 13.13%
R=46.87%
G=40%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571344400.150.720.3847.7956.2239.41
Hex9D862C0F4826303827
Octal2352065401711046607047
Binary1001110110000110101100011111001000100110110000111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D862C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,134,44); }

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

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

 a { background-color: rgb(157,134,44); }

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

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

 span { border-color: rgb(157,134,44); }

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