#985F3F

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

Shades of Sepia #985F3F

Tints of Sepia #985F3F

Color information

#985F3F (or 0x985F3F) is unknown color: approx Sepia. HEX triplet: 98, 5F and 3F. RGB value is (152,95,63). Sum of RGB (Red+Green+Blue) = 152+95+63=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #985F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F3F is #67A0C0. Grayscale: #6C6C6C. Windows color (decimal): -6791361 or 4153240. OLE color: 4153240.

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

Color convert

RGB1529563-
CMYK00.380.590.40
HSL21.57º41.4%42.16%-
HSV(B)21.57º58.55%59.61%-
XYZ17.9415.226.69-
YUV108.4102.38159.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.03%
GREEN value IS 95 (37.5% from 255) = 30.65%
BLUE value IS 63 (25% from 255) = 20.32%
R=49.03%
G=30.65%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152956300.380.590.4021.5741.442.16
Hex985F3F0263B2816292a
Octal230137770467350265152
Binary100110001011111111111010011011101110100010110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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