#995C33

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

Shades of Indochine #995C33

Tints of Indochine #995C33

Color information

#995C33 (or 0x995C33) is unknown color: approx Indochine. HEX triplet: 99, 5C and 33. RGB value is (153,92,51). Sum of RGB (Red+Green+Blue) = 153+92+51=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #995C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C33 is #66A3CC. Grayscale: #696969. Windows color (decimal): -6726605 or 3366041. OLE color: 3366041.

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

Color convert

RGB1539251-
CMYK00.400.670.4
HSL24.12º50%40%-
HSV(B)24.12º66.67%60%-
XYZ17.5614.675.04-
YUV105.5697.21161.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.69%
GREEN value IS 92 (36.33% from 255) = 31.08%
BLUE value IS 51 (20.31% from 255) = 17.23%
R=51.69%
G=31.08%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153925100.400.670.424.125040
Hex995C330284328183228
Octal2311346305010350306250
Binary1001100110111001100110101000100001110100011000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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