#9B5948

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

Shades of Sepia #9B5948

Tints of Sepia #9B5948

Color information

#9B5948 (or 0x9B5948) is unknown color: approx Sepia. HEX triplet: 9B, 59 and 48. RGB value is (155,89,72). Sum of RGB (Red+Green+Blue) = 155+89+72=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5948 is #64A6B7. Grayscale: #6A6A6A. Windows color (decimal): -6596280 or 4741531. OLE color: 4741531.

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

Color convert

RGB1558972-
CMYK00.430.540.39
HSL12.29º36.56%44.51%-
HSV(B)12.29º53.55%60.78%-
XYZ18.2614.587.98-
YUV106.8108.37162.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.05%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 72 (28.52% from 255) = 22.78%
R=49.05%
G=28.16%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155897200.430.540.3912.2936.5644.51
Hex9B594802B3627c252d
Octal2331311100536647144555
Binary100110111011001100100001010111101101001111100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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