#985942

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

Shades of Sepia #985942

Tints of Sepia #985942

Color information

#985942 (or 0x985942) is unknown color: approx Sepia. HEX triplet: 98, 59 and 42. RGB value is (152,89,66). Sum of RGB (Red+Green+Blue) = 152+89+66=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #985942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985942 is #67A6BD. Grayscale: #696969. Windows color (decimal): -6792894 or 4348312. OLE color: 4348312.

HSL color Cylindrical-coordinate representation of color #985942: hue angle of 16.05º degrees, saturation: 0.39, 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 #985942 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB1528966-
CMYK00.410.570.40
HSL16.05º39.45%42.75%-
HSV(B)16.05º56.58%59.61%-
XYZ17.514.216.98-
YUV105.22105.87161.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=49.51%
G=28.99%
B=21.50%

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
Decimal152896600.410.570.4016.0539.4542.75
Hex985942029392810272b
Octal2301311020517150204753
Binary1001100010110011000010010100111100110100010000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985942; }

 p { color: rgb(152,89,66); }

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

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

 a { background-color: rgb(152,89,66); }

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

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

 span { border-color: rgb(152,89,66); }

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