#95802D

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

Shades of Lemon Ginger #95802D

Tints of Lemon Ginger #95802D

Color information

#95802D (or 0x95802D) is unknown color: approx Lemon Ginger. HEX triplet: 95, 80 and 2D. RGB value is (149,128,45). Sum of RGB (Red+Green+Blue) = 149+128+45=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95802D is #6A7FD2. Grayscale: #7D7D7D. Windows color (decimal): -6979539 or 2982037. OLE color: 2982037.

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

Color convert

RGB14912845-
CMYK00.140.700.42
HSL47.88º53.61%38.04%-
HSV(B)47.88º69.8%58.43%-
XYZ20.5922.025.65-
YUV124.8282.96145.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 45 (17.97% from 255) = 13.98%
R=46.27%
G=39.75%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491284500.140.700.4247.8853.6138.04
Hex95802D0E462A303626
Octal2252005501610652606646
Binary1001010110000000101101011101000110101010110000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95802D; }

 p { color: rgb(149,128,45); }

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

<style>
 a { background-color: #95802D; }

 a { background-color: rgb(149,128,45); }

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

<style>
 span { border-color: #95802D; }

 span { border-color: rgb(149,128,45); }

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