#985B39

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

Shades of Indochine #985B39

Tints of Indochine #985B39

Color information

#985B39 (or 0x985B39) is unknown color: approx Indochine. HEX triplet: 98, 5B and 39. RGB value is (152,91,57). Sum of RGB (Red+Green+Blue) = 152+91+57=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #985B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B39 is #67A4C6. Grayscale: #696969. Windows color (decimal): -6792391 or 3759000. OLE color: 3759000.

HSL color Cylindrical-coordinate representation of color #985B39: hue angle of 21.47º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #985B39 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1529157-
CMYK00.400.620.40
HSL21.47º45.45%40.98%-
HSV(B)21.47º62.5%59.61%-
XYZ17.4314.455.74-
YUV105.36100.71161.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.67%
GREEN value IS 91 (35.94% from 255) = 30.33%
BLUE value IS 57 (22.66% from 255) = 19%
R=50.67%
G=30.33%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152915700.400.620.4021.4745.4540.98
Hex985B390283E28152d29
Octal230133710507650255551
Binary100110001011011111001010100011111010100010101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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