#995B33

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

Shades of Indochine #995B33

Tints of Indochine #995B33

Color information

#995B33 (or 0x995B33) is unknown color: approx Indochine. HEX triplet: 99, 5B and 33. RGB value is (153,91,51). Sum of RGB (Red+Green+Blue) = 153+91+51=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #995B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B33 is #66A4CC. Grayscale: #696969. Windows color (decimal): -6726861 or 3365785. OLE color: 3365785.

HSL color Cylindrical-coordinate representation of color #995B33: hue angle of 23.53º 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 #995B33 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB1539151-
CMYK00.410.670.4
HSL23.53º50%40%-
HSV(B)23.53º66.67%60%-
XYZ17.4814.495.01-
YUV104.9897.54162.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.86%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 51 (20.31% from 255) = 17.29%
R=51.86%
G=30.85%
B=17.29%

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
Decimal153915100.410.670.423.535040
Hex995B330294328183228
Octal2311336305110350306250
Binary1001100110110111100110101001100001110100011000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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