#9E852D

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

Shades of Lemon Ginger #9E852D

Tints of Lemon Ginger #9E852D

Color information

#9E852D (or 0x9E852D) is unknown color: approx Lemon Ginger. HEX triplet: 9E, 85 and 2D. RGB value is (158,133,45). Sum of RGB (Red+Green+Blue) = 158+133+45=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E852D is #617AD2. Grayscale: #828282. Windows color (decimal): -6388435 or 2983326. OLE color: 2983326.

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

Color convert

RGB15813345-
CMYK00.160.720.38
HSL46.73º55.67%39.8%-
HSV(B)46.73º71.52%61.96%-
XYZ22.9624.235.95-
YUV130.4479.78147.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.02%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 45 (17.97% from 255) = 13.39%
R=47.02%
G=39.58%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581334500.160.720.3846.7355.6739.8
Hex9E852D01048262f3828
Octal2362055502011046577050
Binary10011110100001011011010100001001000100110101111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,133,45); }

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

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

 a { background-color: rgb(158,133,45); }

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

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

 span { border-color: rgb(158,133,45); }

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