#955A32

Color #955A32 Indochine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indochine #955A32

Tints of Indochine #955A32

Color information

#955A32 (or 0x955A32) is unknown color: approx Indochine. HEX triplet: 95, 5A and 32. RGB value is (149,90,50). Sum of RGB (Red+Green+Blue) = 149+90+50=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #955A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A32 is #6AA5CD. Grayscale: #676767. Windows color (decimal): -6989262 or 3299989. OLE color: 3299989.

HSL color Cylindrical-coordinate representation of color #955A32: hue angle of 24.24º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #955A32 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1499050-
CMYK00.400.660.42
HSL24.24º49.75%39.02%-
HSV(B)24.24º66.44%58.43%-
XYZ16.6313.934.83-
YUV103.0898.05160.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 90 (35.55% from 255) = 31.14%
BLUE value IS 50 (19.92% from 255) = 17.30%
R=51.56%
G=31.14%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149905000.400.660.4224.2449.7539.02
Hex955A32028422A183227
Octal2251326205010252306247
Binary1001010110110101100100101000100001010101011000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955A32; }

 p { color: rgb(149,90,50); }

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

<style>
 a { background-color: #955A32; }

 a { background-color: rgb(149,90,50); }

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

<style>
 span { border-color: #955A32; }

 span { border-color: rgb(149,90,50); }

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