#985F3C

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

Shades of Desert #985F3C

Tints of Desert #985F3C

Color information

#985F3C (or 0x985F3C) is unknown color: approx Desert. HEX triplet: 98, 5F and 3C. RGB value is (152,95,60). Sum of RGB (Red+Green+Blue) = 152+95+60=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #985F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F3C is #67A0C3. Grayscale: #6C6C6C. Windows color (decimal): -6791364 or 3956632. OLE color: 3956632.

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

Color convert

RGB1529560-
CMYK00.380.610.40
HSL22.83º43.4%41.57%-
HSV(B)22.83º60.53%59.61%-
XYZ17.8615.196.27-
YUV108.05100.88159.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 60 (23.83% from 255) = 19.54%
R=49.51%
G=30.94%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152956000.380.610.4022.8343.441.57
Hex985F3C0263D28172b2a
Octal230137740467550275352
Binary100110001011111111100010011011110110100010111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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