#9A573A

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

Shades of Sepia #9A573A

Tints of Sepia #9A573A

Color information

#9A573A (or 0x9A573A) is unknown color: approx Sepia. HEX triplet: 9A, 57 and 3A. RGB value is (154,87,58). Sum of RGB (Red+Green+Blue) = 154+87+58=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A573A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A573A is #65A8C5. Grayscale: #676767. Windows color (decimal): -6662342 or 3823514. OLE color: 3823514.

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

Color convert

RGB1548758-
CMYK00.440.620.40
HSL18.12º45.28%41.57%-
HSV(B)18.12º62.34%60.39%-
XYZ17.513.995.78-
YUV103.73102.2163.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.51%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 58 (23.05% from 255) = 19.40%
R=51.51%
G=29.10%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154875800.440.620.4018.1245.2841.57
Hex9A573A02C3E28122d2a
Octal232127720547650225552
Binary100110101010111111010010110011111010100010010101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A573A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A573A; }

 p { color: rgb(154,87,58); }

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

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

 a { background-color: rgb(154,87,58); }

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

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

 span { border-color: rgb(154,87,58); }

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