#9B5342

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

Shades of Sepia #9B5342

Tints of Sepia #9B5342

Color information

#9B5342 (or 0x9B5342) is unknown color: approx Sepia. HEX triplet: 9B, 53 and 42. RGB value is (155,83,66). Sum of RGB (Red+Green+Blue) = 155+83+66=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5342 is #64ACBD. Grayscale: #666666. Windows color (decimal): -6597822 or 4346779. OLE color: 4346779.

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

Color convert

RGB1558366-
CMYK00.460.570.39
HSL11.46º40.27%43.33%-
HSV(B)11.46º57.42%60.78%-
XYZ17.5913.556.84-
YUV102.59107.35165.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.99%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 66 (26.17% from 255) = 21.71%
R=50.99%
G=27.30%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155836600.460.570.3911.4640.2743.33
Hex9B534202E3927b282b
Octal2331231020567147135053
Binary100110111010011100001001011101110011001111011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,83,66); }

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

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

 a { background-color: rgb(155,83,66); }

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

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

 span { border-color: rgb(155,83,66); }

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