#985F33

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

Shades of Indochine #985F33

Tints of Indochine #985F33

Color information

#985F33 (or 0x985F33) is unknown color: approx Indochine. HEX triplet: 98, 5F and 33. RGB value is (152,95,51). Sum of RGB (Red+Green+Blue) = 152+95+51=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #985F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F33 is #67A0CC. Grayscale: #6B6B6B. Windows color (decimal): -6791373 or 3366808. OLE color: 3366808.

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

Color convert

RGB1529551-
CMYK00.380.660.40
HSL26.14º49.75%39.8%-
HSV(B)26.14º66.45%59.61%-
XYZ17.6415.15.12-
YUV107.0396.38160.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=51.01%
G=31.88%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152955100.380.660.4026.1449.7539.8
Hex985F3302642281a3228
Octal2301376304610250326250
Binary1001100010111111100110100110100001010100011010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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