#985D2D

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

Shades of Indochine #985D2D

Tints of Indochine #985D2D

Color information

#985D2D (or 0x985D2D) is unknown color: approx Indochine. HEX triplet: 98, 5D and 2D. RGB value is (152,93,45). Sum of RGB (Red+Green+Blue) = 152+93+45=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #985D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985D2D is #67A2D2. Grayscale: #696969. Windows color (decimal): -6791891 or 2973080. OLE color: 2973080.

HSL color Cylindrical-coordinate representation of color #985D2D: hue angle of 26.92º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #985D2D is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB1529345-
CMYK00.390.700.40
HSL26.92º54.31%38.63%-
HSV(B)26.92º70.39%59.61%-
XYZ17.3414.694.41-
YUV105.1794.05161.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.41%
GREEN value IS 93 (36.72% from 255) = 32.07%
BLUE value IS 45 (17.97% from 255) = 15.52%
R=52.41%
G=32.07%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152934500.390.700.4026.9254.3138.63
Hex985D2D02746281b3627
Octal2301355504710650336647
Binary1001100010111011011010100111100011010100011011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,93,45); }

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

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

 a { background-color: rgb(152,93,45); }

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

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

 span { border-color: rgb(152,93,45); }

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