#995A33

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

Shades of Indochine #995A33

Tints of Indochine #995A33

Color information

#995A33 (or 0x995A33) is unknown color: approx Indochine. HEX triplet: 99, 5A and 33. RGB value is (153,90,51). Sum of RGB (Red+Green+Blue) = 153+90+51=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #995A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A33 is #66A5CC. Grayscale: #686868. Windows color (decimal): -6727117 or 3365529. OLE color: 3365529.

HSL color Cylindrical-coordinate representation of color #995A33: hue angle of 22.94º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #995A33 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB1539051-
CMYK00.410.670.4
HSL22.94º50%40%-
HSV(B)22.94º66.67%60%-
XYZ17.3914.324.98-
YUV104.3997.87162.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 51 (20.31% from 255) = 17.35%
R=52.04%
G=30.61%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153905100.410.670.422.945040
Hex995A330294328173228
Octal2311326305110350276250
Binary1001100110110101100110101001100001110100010111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995A33; }

 p { color: rgb(153,90,51); }

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

<style>
 a { background-color: #995A33; }

 a { background-color: rgb(153,90,51); }

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

<style>
 span { border-color: #995A33; }

 span { border-color: rgb(153,90,51); }

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