#98553C

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

Shades of Sepia #98553C

Tints of Sepia #98553C

Color information

#98553C (or 0x98553C) is unknown color: approx Sepia. HEX triplet: 98, 55 and 3C. RGB value is (152,85,60). Sum of RGB (Red+Green+Blue) = 152+85+60=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98553C is #67AAC3. Grayscale: #666666. Windows color (decimal): -6793924 or 3954072. OLE color: 3954072.

HSL color Cylindrical-coordinate representation of color #98553C: hue angle of 16.3º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98553C is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB1528560-
CMYK00.440.610.40
HSL16.3º43.4%41.57%-
HSV(B)16.3º60.53%59.61%-
XYZ17.0113.55.98-
YUV102.18104.2163.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=51.18%
G=28.62%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152856000.440.610.4016.343.441.57
Hex98553C02C3D28102b2a
Octal230125740547550205352
Binary100110001010101111100010110011110110100010000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98553C; }

 p { color: rgb(152,85,60); }

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

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

 a { background-color: rgb(152,85,60); }

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

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

 span { border-color: rgb(152,85,60); }

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