#985B2B

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

Shades of Indochine #985B2B

Tints of Indochine #985B2B

Color information

#985B2B (or 0x985B2B) is unknown color: approx Indochine. HEX triplet: 98, 5B and 2B. RGB value is (152,91,43). Sum of RGB (Red+Green+Blue) = 152+91+43=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #985B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B2B is #67A4D4. Grayscale: #686868. Windows color (decimal): -6792405 or 2841496. OLE color: 2841496.

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

Color convert

RGB1529143-
CMYK00.400.720.40
HSL26.42º55.9%38.24%-
HSV(B)26.42º71.71%59.61%-
XYZ17.1314.334.15-
YUV103.7793.71162.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.15%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 43 (17.19% from 255) = 15.03%
R=53.15%
G=31.82%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152914300.400.720.4026.4255.938.24
Hex985B2B02848281a3826
Octal2301335305011050327046
Binary1001100010110111010110101000100100010100011010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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