#985831

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

Shades of Indochine #985831

Tints of Indochine #985831

Color information

#985831 (or 0x985831) is unknown color: approx Indochine. HEX triplet: 98, 58 and 31. RGB value is (152,88,49). Sum of RGB (Red+Green+Blue) = 152+88+49=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #985831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985831 is #67A7CE. Grayscale: #666666. Windows color (decimal): -6793167 or 3233944. OLE color: 3233944.

HSL color Cylindrical-coordinate representation of color #985831: hue angle of 22.72º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #985831 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB1528849-
CMYK00.420.680.40
HSL22.72º51.24%39.41%-
HSV(B)22.72º67.76%59.61%-
XYZ16.9913.884.69-
YUV102.6997.7163.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.60%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 49 (19.53% from 255) = 16.96%
R=52.60%
G=30.45%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152884900.420.680.4022.7251.2439.41
Hex98583102A4428173327
Octal2301306105210450276347
Binary1001100010110001100010101010100010010100010111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985831; }

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

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

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

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

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

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

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

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