#985A33

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

Shades of Indochine #985A33

Tints of Indochine #985A33

Color information

#985A33 (or 0x985A33) is unknown color: approx Indochine. HEX triplet: 98, 5A and 33. RGB value is (152,90,51). Sum of RGB (Red+Green+Blue) = 152+90+51=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #985A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A33 is #67A5CC. Grayscale: #686868. Windows color (decimal): -6792653 or 3365528. OLE color: 3365528.

HSL color Cylindrical-coordinate representation of color #985A33: hue angle of 23.17º 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 #985A33 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB1529051-
CMYK00.410.660.40
HSL23.17º49.75%39.8%-
HSV(B)23.17º66.45%59.61%-
XYZ17.214.234.97-
YUV104.0998.04162.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 51 (20.31% from 255) = 17.41%
R=51.88%
G=30.72%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152905100.410.660.4023.1749.7539.8
Hex985A330294228173228
Octal2301326305110250276250
Binary1001100010110101100110101001100001010100010111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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