#985735

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

Shades of Indochine #985735

Tints of Indochine #985735

Color information

#985735 (or 0x985735) is unknown color: approx Indochine. HEX triplet: 98, 57 and 35. RGB value is (152,87,53). Sum of RGB (Red+Green+Blue) = 152+87+53=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #985735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985735 is #67A8CA. Grayscale: #666666. Windows color (decimal): -6793419 or 3495832. OLE color: 3495832.

HSL color Cylindrical-coordinate representation of color #985735: hue angle of 20.61º 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 #985735 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB1528753-
CMYK00.430.650.40
HSL20.61º48.29%40.2%-
HSV(B)20.61º65.13%59.61%-
XYZ1713.755.13-
YUV102.56100.03163.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.05%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 53 (21.09% from 255) = 18.15%
R=52.05%
G=29.79%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152875300.430.650.4020.6148.2940.2
Hex98573502B4128153028
Octal2301276505310150256050
Binary1001100010101111101010101011100000110100010101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985735; }

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

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

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

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

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

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

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

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