#95812C

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

Shades of Lemon Ginger #95812C

Tints of Lemon Ginger #95812C

Color information

#95812C (or 0x95812C) is unknown color: approx Lemon Ginger. HEX triplet: 95, 81 and 2C. RGB value is (149,129,44). Sum of RGB (Red+Green+Blue) = 149+129+44=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95812C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95812C is #6A7ED3. Grayscale: #7D7D7D. Windows color (decimal): -6979284 or 2916757. OLE color: 2916757.

HSL color Cylindrical-coordinate representation of color #95812C: hue angle of 48.57º 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 #95812C is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14912944-
CMYK00.130.700.42
HSL48.57º54.4%37.84%-
HSV(B)48.57º70.47%58.43%-
XYZ20.722.275.59-
YUV125.2982.13144.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 44 (17.58% from 255) = 13.66%
R=46.27%
G=40.06%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491294400.130.700.4248.5754.437.84
Hex95812C0D462A313626
Octal2252015401510652616646
Binary1001010110000001101100011011000110101010110001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95812C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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