#9C852E

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

Shades of Lemon Ginger #9C852E

Tints of Lemon Ginger #9C852E

Color information

#9C852E (or 0x9C852E) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 85 and 2E. RGB value is (156,133,46). Sum of RGB (Red+Green+Blue) = 156+133+46=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C852E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C852E is #637AD1. Grayscale: #828282. Windows color (decimal): -6519506 or 3048860. OLE color: 3048860.

HSL color Cylindrical-coordinate representation of color #9C852E: hue angle of 47.45º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C852E is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB15613346-
CMYK00.150.710.39
HSL47.45º54.46%39.61%-
HSV(B)47.45º70.51%61.18%-
XYZ22.5924.046.03-
YUV129.9680.62146.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.57%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 46 (18.36% from 255) = 13.73%
R=46.57%
G=39.70%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561334600.150.710.3947.4554.4639.61
Hex9C852E0F47272f3628
Octal2342055601710747576650
Binary1001110010000101101110011111000111100111101111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,133,46); }

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

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

 a { background-color: rgb(156,133,46); }

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

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

 span { border-color: rgb(156,133,46); }

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