#9B513C

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

Shades of Sepia #9B513C

Tints of Sepia #9B513C

Color information

#9B513C (or 0x9B513C) is unknown color: approx Sepia. HEX triplet: 9B, 51 and 3C. RGB value is (155,81,60). Sum of RGB (Red+Green+Blue) = 155+81+60=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B513C is #64AEC3. Grayscale: #646464. Windows color (decimal): -6598340 or 3953051. OLE color: 3953051.

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

Color convert

RGB1558160-
CMYK00.480.610.39
HSL13.26º44.19%42.16%-
HSV(B)13.26º61.29%60.78%-
XYZ17.2813.185.91-
YUV100.73105.02166.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.36%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 60 (23.83% from 255) = 20.27%
R=52.36%
G=27.36%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155816000.480.610.3913.2644.1942.16
Hex9B513C0303D27d2c2a
Octal233121740607547155452
Binary10011011101000111110001100001111011001111101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,81,60); }

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

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

 a { background-color: rgb(155,81,60); }

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

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

 span { border-color: rgb(155,81,60); }

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