#95832C

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

Shades of Lemon Ginger #95832C

Tints of Lemon Ginger #95832C

Color information

#95832C (or 0x95832C) is unknown color: approx Lemon Ginger. HEX triplet: 95, 83 and 2C. RGB value is (149,131,44). Sum of RGB (Red+Green+Blue) = 149+131+44=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95832C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95832C is #6A7CD3. Grayscale: #7E7E7E. Windows color (decimal): -6978772 or 2917269. OLE color: 2917269.

HSL color Cylindrical-coordinate representation of color #95832C: hue angle of 49.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95832C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14913144-
CMYK00.120.700.42
HSL49.71º54.4%37.84%-
HSV(B)49.71º70.47%58.43%-
XYZ20.9722.85.68-
YUV126.4681.46144.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 131 (51.56% from 255) = 40.43%
BLUE value IS 44 (17.58% from 255) = 13.58%
R=45.99%
G=40.43%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491314400.120.700.4249.7154.437.84
Hex95832C0C462A323626
Octal2252035401410652626646
Binary1001010110000011101100011001000110101010110010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95832C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95832C; }

 p { color: rgb(149,131,44); }

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

<style>
 a { background-color: #95832C; }

 a { background-color: rgb(149,131,44); }

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

<style>
 span { border-color: #95832C; }

 span { border-color: rgb(149,131,44); }

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