#985A35

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

Shades of Indochine #985A35

Tints of Indochine #985A35

Color information

#985A35 (or 0x985A35) is unknown color: approx Indochine. HEX triplet: 98, 5A and 35. RGB value is (152,90,53). Sum of RGB (Red+Green+Blue) = 152+90+53=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #985A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A35 is #67A5CA. Grayscale: #686868. Windows color (decimal): -6792651 or 3496600. OLE color: 3496600.

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

Color convert

RGB1529053-
CMYK00.410.650.40
HSL22.42º48.29%40.2%-
HSV(B)22.42º65.13%59.61%-
XYZ17.2514.245.21-
YUV104.3299.04162.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=51.53%
G=30.51%
B=17.97%

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
Decimal152905300.410.650.4022.4248.2940.2
Hex985A350294128163028
Octal2301326505110150266050
Binary1001100010110101101010101001100000110100010110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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