#9B523C

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

Shades of Sepia #9B523C

Tints of Sepia #9B523C

Color information

#9B523C (or 0x9B523C) is unknown color: approx Sepia. HEX triplet: 9B, 52 and 3C. RGB value is (155,82,60). Sum of RGB (Red+Green+Blue) = 155+82+60=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B523C is #64ADC3. Grayscale: #656565. Windows color (decimal): -6598084 or 3953307. OLE color: 3953307.

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

Color convert

RGB1558260-
CMYK00.470.610.39
HSL13.89º44.19%42.16%-
HSV(B)13.89º61.29%60.78%-
XYZ17.3513.335.93-
YUV101.32104.68166.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.19%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=52.19%
G=27.61%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155826000.470.610.3913.8944.1942.16
Hex9B523C02F3D27e2c2a
Octal233122740577547165452
Binary10011011101001011110001011111111011001111110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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