#9B5543

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

Shades of Sepia #9B5543

Tints of Sepia #9B5543

Color information

#9B5543 (or 0x9B5543) is unknown color: approx Sepia. HEX triplet: 9B, 55 and 43. RGB value is (155,85,67). Sum of RGB (Red+Green+Blue) = 155+85+67=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5543 is #64AABC. Grayscale: #686868. Windows color (decimal): -6597309 or 4412827. OLE color: 4412827.

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

Color convert

RGB1558567-
CMYK00.450.570.39
HSL12.27º39.64%43.53%-
HSV(B)12.27º56.77%60.78%-
XYZ17.7813.877.05-
YUV103.88107.19164.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.49%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 67 (26.56% from 255) = 21.82%
R=50.49%
G=27.69%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155856700.450.570.3912.2739.6443.53
Hex9B554302D3927c282c
Octal2331251030557147145054
Binary100110111010101100001101011011110011001111100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,85,67); }

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

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

 a { background-color: rgb(155,85,67); }

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

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

 span { border-color: rgb(155,85,67); }

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