#985C33

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

Shades of Indochine #985C33

Tints of Indochine #985C33

Color information

#985C33 (or 0x985C33) is unknown color: approx Indochine. HEX triplet: 98, 5C and 33. RGB value is (152,92,51). Sum of RGB (Red+Green+Blue) = 152+92+51=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #985C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C33 is #67A3CC. Grayscale: #696969. Windows color (decimal): -6792141 or 3366040. OLE color: 3366040.

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

Color convert

RGB1529251-
CMYK00.390.660.40
HSL24.36º49.75%39.8%-
HSV(B)24.36º66.45%59.61%-
XYZ17.3714.575.03-
YUV105.2797.38161.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 51 (20.31% from 255) = 17.29%
R=51.53%
G=31.19%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152925100.390.660.4024.3649.7539.8
Hex985C330274228183228
Octal2301346304710250306250
Binary1001100010111001100110100111100001010100011000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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