#985A4A

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

Shades of Sepia #985A4A

Tints of Sepia #985A4A

Color information

#985A4A (or 0x985A4A) is unknown color: approx Sepia. HEX triplet: 98, 5A and 4A. RGB value is (152,90,74). Sum of RGB (Red+Green+Blue) = 152+90+74=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #985A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A4A is #67A5B5. Grayscale: #6A6A6A. Windows color (decimal): -6792630 or 4872856. OLE color: 4872856.

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

Color convert

RGB1529074-
CMYK00.410.510.40
HSL12.31º34.51%44.31%-
HSV(B)12.31º51.32%59.61%-
XYZ17.8414.488.33-
YUV106.71109.54160.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 90 (35.55% from 255) = 28.48%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=48.10%
G=28.48%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152907400.410.510.4012.3134.5144.31
Hex985A4A0293328c232c
Octal2301321120516350144354
Binary100110001011010100101001010011100111010001100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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