#9B573E

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

Shades of Sepia #9B573E

Tints of Sepia #9B573E

Color information

#9B573E (or 0x9B573E) is unknown color: approx Sepia. HEX triplet: 9B, 57 and 3E. RGB value is (155,87,62). Sum of RGB (Red+Green+Blue) = 155+87+62=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B573E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B573E is #64A8C1. Grayscale: #686868. Windows color (decimal): -6596802 or 4085659. OLE color: 4085659.

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

Color convert

RGB1558762-
CMYK00.440.60.39
HSL16.13º42.86%42.55%-
HSV(B)16.13º60%60.78%-
XYZ17.814.136.35-
YUV104.48104.03164.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.99%
GREEN value IS 87 (34.38% from 255) = 28.62%
BLUE value IS 62 (24.61% from 255) = 20.39%
R=50.99%
G=28.62%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.6
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155876200.440.60.3916.1342.8642.55
Hex9B573E02C3C27102b2b
Octal233127760547447205353
Binary100110111010111111110010110011110010011110000101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B573E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,87,62); }

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

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

 a { background-color: rgb(155,87,62); }

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

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

 span { border-color: rgb(155,87,62); }

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