#985C49

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

Shades of Sepia #985C49

Tints of Sepia #985C49

Color information

#985C49 (or 0x985C49) is unknown color: approx Sepia. HEX triplet: 98, 5C and 49. RGB value is (152,92,73). Sum of RGB (Red+Green+Blue) = 152+92+73=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #985C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C49 is #67A3B6. Grayscale: #6B6B6B. Windows color (decimal): -6792119 or 4807832. OLE color: 4807832.

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

Color convert

RGB1529273-
CMYK00.390.520.40
HSL14.43º35.11%44.12%-
HSV(B)14.43º51.97%59.61%-
XYZ17.9814.818.21-
YUV107.77108.38159.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=47.95%
G=29.02%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152927300.390.520.4014.4335.1144.12
Hex985C490273428e232c
Octal2301341110476450164354
Binary100110001011100100100101001111101001010001110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,92,73); }

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

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

 a { background-color: rgb(152,92,73); }

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

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

 span { border-color: rgb(152,92,73); }

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