#985E49

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

Shades of Sepia #985E49

Tints of Sepia #985E49

Color information

#985E49 (or 0x985E49) is unknown color: approx Sepia. HEX triplet: 98, 5E and 49. RGB value is (152,94,73). Sum of RGB (Red+Green+Blue) = 152+94+73=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #985E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985E49 is #67A1B6. Grayscale: #6D6D6D. Windows color (decimal): -6791607 or 4808344. OLE color: 4808344.

HSL color Cylindrical-coordinate representation of color #985E49: hue angle of 15.95º 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 #985E49 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB1529473-
CMYK00.380.520.40
HSL15.95º35.11%44.12%-
HSV(B)15.95º51.97%59.61%-
XYZ18.1515.168.27-
YUV108.95107.72158.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 94 (37.11% from 255) = 29.47%
BLUE value IS 73 (28.91% from 255) = 22.88%
R=47.65%
G=29.47%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152947300.380.520.4015.9535.1144.12
Hex985E49026342810232c
Octal2301361110466450204354
Binary1001100010111101001001010011011010010100010000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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