#9B5D4A

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

Shades of Sepia #9B5D4A

Tints of Sepia #9B5D4A

Color information

#9B5D4A (or 0x9B5D4A) is unknown color: approx Sepia. HEX triplet: 9B, 5D and 4A. RGB value is (155,93,74). Sum of RGB (Red+Green+Blue) = 155+93+74=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D4A is #64A2B5. Grayscale: #6D6D6D. Windows color (decimal): -6595254 or 4873627. OLE color: 4873627.

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

Color convert

RGB1559374-
CMYK00.40.520.39
HSL14.07º35.37%44.9%-
HSV(B)14.07º52.26%60.78%-
XYZ18.6715.298.45-
YUV109.37108.04160.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 93 (36.72% from 255) = 28.88%
BLUE value IS 74 (29.30% from 255) = 22.98%
R=48.14%
G=28.88%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155937400.40.520.3914.0735.3744.9
Hex9B5D4A0283427e232d
Octal2331351120506447164355
Binary100110111011101100101001010001101001001111110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,93,74); }

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

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

 a { background-color: rgb(155,93,74); }

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

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

 span { border-color: rgb(155,93,74); }

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