#985935

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

Shades of Indochine #985935

Tints of Indochine #985935

Color information

#985935 (or 0x985935) is unknown color: approx Indochine. HEX triplet: 98, 59 and 35. RGB value is (152,89,53). Sum of RGB (Red+Green+Blue) = 152+89+53=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #985935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985935 is #67A6CA. Grayscale: #676767. Windows color (decimal): -6792907 or 3496344. OLE color: 3496344.

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

Color convert

RGB1528953-
CMYK00.410.650.40
HSL21.82º48.29%40.2%-
HSV(B)21.82º65.13%59.61%-
XYZ17.1614.085.18-
YUV103.7399.37162.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.70%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 53 (21.09% from 255) = 18.03%
R=51.70%
G=30.27%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152895300.410.650.4021.8248.2940.2
Hex9859350294128163028
Octal2301316505110150266050
Binary1001100010110011101010101001100000110100010110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985935; }

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

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

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

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

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

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

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

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