#985A45

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

Shades of Sepia #985A45

Tints of Sepia #985A45

Color information

#985A45 (or 0x985A45) is unknown color: approx Sepia. HEX triplet: 98, 5A and 45. RGB value is (152,90,69). Sum of RGB (Red+Green+Blue) = 152+90+69=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #985A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A45 is #67A5BA. Grayscale: #6A6A6A. Windows color (decimal): -6792635 or 4545176. OLE color: 4545176.

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

Color convert

RGB1529069-
CMYK00.410.550.40
HSL15.18º37.56%43.33%-
HSV(B)15.18º54.61%59.61%-
XYZ17.6814.427.48-
YUV106.14107.04160.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.87%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 69 (27.34% from 255) = 22.19%
R=48.87%
G=28.94%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152906900.410.550.4015.1837.5643.33
Hex985A450293728f262b
Octal2301321050516750174653
Binary100110001011010100010101010011101111010001111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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