#985F30

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

Shades of Indochine #985F30

Tints of Indochine #985F30

Color information

#985F30 (or 0x985F30) is unknown color: approx Indochine. HEX triplet: 98, 5F and 30. RGB value is (152,95,48). Sum of RGB (Red+Green+Blue) = 152+95+48=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #985F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F30 is #67A0CF. Grayscale: #6A6A6A. Windows color (decimal): -6791376 or 3170200. OLE color: 3170200.

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

Color convert

RGB1529548-
CMYK00.380.680.40
HSL27.12º52%39.22%-
HSV(B)27.12º68.42%59.61%-
XYZ17.5715.074.78-
YUV106.6894.88160.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 48 (19.14% from 255) = 16.27%
R=51.53%
G=32.20%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152954800.380.680.4027.125239.22
Hex985F3002644281b3427
Octal2301376004610450336447
Binary1001100010111111100000100110100010010100011011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,95,48); }

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

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

 a { background-color: rgb(152,95,48); }

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

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

 span { border-color: rgb(152,95,48); }

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