#985A41

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

Shades of Sepia #985A41

Tints of Sepia #985A41

Color information

#985A41 (or 0x985A41) is unknown color: approx Sepia. HEX triplet: 98, 5A and 41. RGB value is (152,90,65). Sum of RGB (Red+Green+Blue) = 152+90+65=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #985A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A41 is #67A5BE. Grayscale: #696969. Windows color (decimal): -6792639 or 4283032. OLE color: 4283032.

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

Color convert

RGB1529065-
CMYK00.410.570.40
HSL17.24º40.09%42.55%-
HSV(B)17.24º57.24%59.61%-
XYZ17.5614.376.85-
YUV105.69105.04161.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 65 (25.78% from 255) = 21.17%
R=49.51%
G=29.32%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152906500.410.570.4017.2440.0942.55
Hex985A41029392811282b
Octal2301321010517150215053
Binary1001100010110101000001010100111100110100010001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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