#98543F

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

Shades of Sepia #98543F

Tints of Sepia #98543F

Color information

#98543F (or 0x98543F) is unknown color: approx Sepia. HEX triplet: 98, 54 and 3F. RGB value is (152,84,63). Sum of RGB (Red+Green+Blue) = 152+84+63=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #98543F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98543F is #67ABC0. Grayscale: #666666. Windows color (decimal): -6794177 or 4150424. OLE color: 4150424.

HSL color Cylindrical-coordinate representation of color #98543F: hue angle of 14.16º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98543F is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB1528463-
CMYK00.450.590.40
HSL14.16º41.4%42.16%-
HSV(B)14.16º58.55%59.61%-
XYZ17.0213.376.39-
YUV101.94106.03163.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.84%
GREEN value IS 84 (33.20% from 255) = 28.09%
BLUE value IS 63 (25% from 255) = 21.07%
R=50.84%
G=28.09%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152846300.450.590.4014.1641.442.16
Hex98543F02D3B28e292a
Octal230124770557350165152
Binary10011000101010011111101011011110111010001110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98543F; }

 p { color: rgb(152,84,63); }

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

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

 a { background-color: rgb(152,84,63); }

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

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

 span { border-color: rgb(152,84,63); }

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