#985839

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

Shades of Indochine #985839

Tints of Indochine #985839

Color information

#985839 (or 0x985839) is unknown color: approx Indochine. HEX triplet: 98, 58 and 39. RGB value is (152,88,57). Sum of RGB (Red+Green+Blue) = 152+88+57=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #985839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985839 is #67A7C6. Grayscale: #676767. Windows color (decimal): -6793159 or 3758232. OLE color: 3758232.

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

Color convert

RGB1528857-
CMYK00.420.620.40
HSL19.58º45.45%40.98%-
HSV(B)19.58º62.5%59.61%-
XYZ17.1813.955.66-
YUV103.6101.7162.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 57 (22.66% from 255) = 19.19%
R=51.18%
G=29.63%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152885700.420.620.4019.5845.4540.98
Hex98583902A3E28142d29
Octal230130710527650245551
Binary100110001011000111001010101011111010100010100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985839; }

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

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

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

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

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

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

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

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