#9B593D

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

Shades of Sepia #9B593D

Tints of Sepia #9B593D

Color information

#9B593D (or 0x9B593D) is unknown color: approx Sepia. HEX triplet: 9B, 59 and 3D. RGB value is (155,89,61). Sum of RGB (Red+Green+Blue) = 155+89+61=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B593D is #64A6C2. Grayscale: #696969. Windows color (decimal): -6596291 or 4020635. OLE color: 4020635.

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

Color convert

RGB1558961-
CMYK00.430.610.39
HSL17.87º43.52%42.35%-
HSV(B)17.87º60.65%60.78%-
XYZ17.9314.456.26-
YUV105.54102.87163.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.82%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 61 (24.22% from 255) = 20%
R=50.82%
G=29.18%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155896100.430.610.3917.8743.5242.35
Hex9B593D02B3D27122c2a
Octal233131750537547225452
Binary100110111011001111101010101111110110011110010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,89,61); }

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

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

 a { background-color: rgb(155,89,61); }

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

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

 span { border-color: rgb(155,89,61); }

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