#95872C

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

Shades of Lemon Ginger #95872C

Tints of Lemon Ginger #95872C

Color information

#95872C (or 0x95872C) is unknown color: approx Lemon Ginger. HEX triplet: 95, 87 and 2C. RGB value is (149,135,44). Sum of RGB (Red+Green+Blue) = 149+135+44=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95872C is #6A78D3. Grayscale: #818181. Windows color (decimal): -6977748 or 2918293. OLE color: 2918293.

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

Color convert

RGB14913544-
CMYK00.090.700.42
HSL52º54.4%37.84%-
HSV(B)52º70.47%58.43%-
XYZ21.5123.95.86-
YUV128.8180.14142.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 135 (53.12% from 255) = 41.16%
BLUE value IS 44 (17.58% from 255) = 13.41%
R=45.43%
G=41.16%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491354400.090.700.425254.437.84
Hex95872C09462A343626
Octal2252075401110652646646
Binary1001010110000111101100010011000110101010110100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95872C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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