#985A48

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

Shades of Sepia #985A48

Tints of Sepia #985A48

Color information

#985A48 (or 0x985A48) is unknown color: approx Sepia. HEX triplet: 98, 5A and 48. RGB value is (152,90,72). Sum of RGB (Red+Green+Blue) = 152+90+72=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #985A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A48 is #67A5B7. Grayscale: #6A6A6A. Windows color (decimal): -6792632 or 4741784. OLE color: 4741784.

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

Color convert

RGB1529072-
CMYK00.410.530.40
HSL13.5º35.71%43.92%-
HSV(B)13.5º52.63%59.61%-
XYZ17.7714.467.98-
YUV106.49108.54160.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.41%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=48.41%
G=28.66%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152907200.410.530.4013.535.7143.92
Hex985A480293528e242c
Octal2301321100516550164454
Binary100110001011010100100001010011101011010001110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,90,72); }

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

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

 a { background-color: rgb(152,90,72); }

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

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

 span { border-color: rgb(152,90,72); }

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