#985B37

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

Shades of Indochine #985B37

Tints of Indochine #985B37

Color information

#985B37 (or 0x985B37) is unknown color: approx Indochine. HEX triplet: 98, 5B and 37. RGB value is (152,91,55). Sum of RGB (Red+Green+Blue) = 152+91+55=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #985B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B37 is #67A4C8. Grayscale: #696969. Windows color (decimal): -6792393 or 3627928. OLE color: 3627928.

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

Color convert

RGB1529155-
CMYK00.400.640.40
HSL22.27º46.86%40.59%-
HSV(B)22.27º63.82%59.61%-
XYZ17.3814.435.48-
YUV105.1499.71161.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 55 (21.88% from 255) = 18.46%
R=51.01%
G=30.54%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152915500.400.640.4022.2746.8640.59
Hex985B370284028162f29
Octal2301336705010050265751
Binary1001100010110111101110101000100000010100010110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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