#99553C

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

Shades of Sepia #99553C

Tints of Sepia #99553C

Color information

#99553C (or 0x99553C) is unknown color: approx Sepia. HEX triplet: 99, 55 and 3C. RGB value is (153,85,60). Sum of RGB (Red+Green+Blue) = 153+85+60=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99553C is #66AAC3. Grayscale: #666666. Windows color (decimal): -6728388 or 3954073. OLE color: 3954073.

HSL color Cylindrical-coordinate representation of color #99553C: hue angle of 16.13º degrees, saturation: 0.44, 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 #99553C is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB1538560-
CMYK00.440.610.4
HSL16.13º43.66%41.76%-
HSV(B)16.13º60.78%60%-
XYZ17.213.65.99-
YUV102.48104.03164.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 60 (23.83% from 255) = 20.13%
R=51.34%
G=28.52%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153856000.440.610.416.1343.6641.76
Hex99553C02C3D28102c2a
Octal231125740547550205452
Binary100110011010101111100010110011110110100010000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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