#9B5E3E

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

Shades of Sepia #9B5E3E

Tints of Sepia #9B5E3E

Color information

#9B5E3E (or 0x9B5E3E) is unknown color: approx Sepia. HEX triplet: 9B, 5E and 3E. RGB value is (155,94,62). Sum of RGB (Red+Green+Blue) = 155+94+62=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5E3E is #64A1C1. Grayscale: #6C6C6C. Windows color (decimal): -6595010 or 4087451. OLE color: 4087451.

HSL color Cylindrical-coordinate representation of color #9B5E3E: hue angle of 20.65º 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 #9B5E3E is Cyan = 0, Magento = 0.39, Yellow = 0.6 and Black (K on CMYK) = 0.39.

Color convert

RGB1559462-
CMYK00.390.60.39
HSL20.65º42.86%42.55%-
HSV(B)20.65º60%60.78%-
XYZ18.3915.326.55-
YUV108.59101.71161.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.84%
GREEN value IS 94 (37.11% from 255) = 30.23%
BLUE value IS 62 (24.61% from 255) = 19.94%
R=49.84%
G=30.23%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.6
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155946200.390.60.3920.6542.8642.55
Hex9B5E3E0273C27152b2b
Octal233136760477447255353
Binary100110111011110111110010011111110010011110101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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