#9B5F4A

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

Shades of Sepia #9B5F4A

Tints of Sepia #9B5F4A

Color information

#9B5F4A (or 0x9B5F4A) is unknown color: approx Sepia. HEX triplet: 9B, 5F and 4A. RGB value is (155,95,74). Sum of RGB (Red+Green+Blue) = 155+95+74=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5F4A is #64A0B5. Grayscale: #6E6E6E. Windows color (decimal): -6594742 or 4874139. OLE color: 4874139.

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

Color convert

RGB1559574-
CMYK00.390.520.39
HSL15.56º35.37%44.9%-
HSV(B)15.56º52.26%60.78%-
XYZ18.8515.658.51-
YUV110.55107.38159.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.84%
GREEN value IS 95 (37.5% from 255) = 29.32%
BLUE value IS 74 (29.30% from 255) = 22.84%
R=47.84%
G=29.32%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155957400.390.520.3915.5635.3744.9
Hex9B5F4A027342710232d
Octal2331371120476447204355
Binary1001101110111111001010010011111010010011110000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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