#9B583A

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

Shades of Sepia #9B583A

Tints of Sepia #9B583A

Color information

#9B583A (or 0x9B583A) is unknown color: approx Sepia. HEX triplet: 9B, 58 and 3A. RGB value is (155,88,58). Sum of RGB (Red+Green+Blue) = 155+88+58=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B583A is #64A7C5. Grayscale: #686868. Windows color (decimal): -6596550 or 3823771. OLE color: 3823771.

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

Color convert

RGB1558858-
CMYK00.430.630.39
HSL18.56º45.54%41.76%-
HSV(B)18.56º62.58%60.78%-
XYZ17.7714.255.82-
YUV104.61101.7163.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.50%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=51.50%
G=29.24%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155885800.430.630.3918.5645.5441.76
Hex9B583A02B3F27132e2a
Octal233130720537747235652
Binary100110111011000111010010101111111110011110011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,88,58); }

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

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

 a { background-color: rgb(155,88,58); }

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

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

 span { border-color: rgb(155,88,58); }

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