#985A2C

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

Shades of Indochine #985A2C

Tints of Indochine #985A2C

Color information

#985A2C (or 0x985A2C) is unknown color: approx Indochine. HEX triplet: 98, 5A and 2C. RGB value is (152,90,44). Sum of RGB (Red+Green+Blue) = 152+90+44=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #985A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A2C is #67A5D3. Grayscale: #676767. Windows color (decimal): -6792660 or 2906776. OLE color: 2906776.

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

Color convert

RGB1529044-
CMYK00.410.710.40
HSL25.56º55.1%38.43%-
HSV(B)25.56º71.05%59.61%-
XYZ17.0614.174.22-
YUV103.2994.54162.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.15%
GREEN value IS 90 (35.55% from 255) = 31.47%
BLUE value IS 44 (17.58% from 255) = 15.38%
R=53.15%
G=31.47%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152904400.410.710.4025.5655.138.43
Hex985A2C02947281a3726
Octal2301325405110750326746
Binary1001100010110101011000101001100011110100011010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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