#985F35

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

Shades of Indochine #985F35

Tints of Indochine #985F35

Color information

#985F35 (or 0x985F35) is unknown color: approx Indochine. HEX triplet: 98, 5F and 35. RGB value is (152,95,53). Sum of RGB (Red+Green+Blue) = 152+95+53=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #985F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F35 is #67A0CA. Grayscale: #6B6B6B. Windows color (decimal): -6791371 or 3497880. OLE color: 3497880.

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

Color convert

RGB1529553-
CMYK00.380.650.40
HSL25.45º48.29%40.2%-
HSV(B)25.45º65.13%59.61%-
XYZ17.6815.125.35-
YUV107.2697.38159.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.67%
GREEN value IS 95 (37.5% from 255) = 31.67%
BLUE value IS 53 (21.09% from 255) = 17.67%
R=50.67%
G=31.67%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152955300.380.650.4025.4548.2940.2
Hex985F350264128193028
Octal2301376504610150316050
Binary1001100010111111101010100110100000110100011001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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