#985B35

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

Shades of Indochine #985B35

Tints of Indochine #985B35

Color information

#985B35 (or 0x985B35) is unknown color: approx Indochine. HEX triplet: 98, 5B and 35. RGB value is (152,91,53). Sum of RGB (Red+Green+Blue) = 152+91+53=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #985B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B35 is #67A4CA. Grayscale: #696969. Windows color (decimal): -6792395 or 3496856. OLE color: 3496856.

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

Color convert

RGB1529153-
CMYK00.400.650.40
HSL23.03º48.29%40.2%-
HSV(B)23.03º65.13%59.61%-
XYZ17.3314.415.24-
YUV104.9198.71161.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 53 (21.09% from 255) = 17.91%
R=51.35%
G=30.74%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152915300.400.650.4023.0348.2940.2
Hex985B350284128173028
Octal2301336505010150276050
Binary1001100010110111101010101000100000110100010111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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