#985B2C

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

Shades of Indochine #985B2C

Tints of Indochine #985B2C

Color information

#985B2C (or 0x985B2C) is unknown color: approx Indochine. HEX triplet: 98, 5B and 2C. RGB value is (152,91,44). Sum of RGB (Red+Green+Blue) = 152+91+44=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #985B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B2C is #67A4D3. Grayscale: #686868. Windows color (decimal): -6792404 or 2907032. OLE color: 2907032.

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

Color convert

RGB1529144-
CMYK00.400.710.40
HSL26.11º55.1%38.43%-
HSV(B)26.11º71.05%59.61%-
XYZ17.1414.344.25-
YUV103.8894.21162.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.96%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 44 (17.58% from 255) = 15.33%
R=52.96%
G=31.71%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152914400.400.710.4026.1155.138.43
Hex985B2C02847281a3726
Octal2301335405010750326746
Binary1001100010110111011000101000100011110100011010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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