#9B533E

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

Shades of Sepia #9B533E

Tints of Sepia #9B533E

Color information

#9B533E (or 0x9B533E) is unknown color: approx Sepia. HEX triplet: 9B, 53 and 3E. RGB value is (155,83,62). Sum of RGB (Red+Green+Blue) = 155+83+62=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B533E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B533E is #64ACC1. Grayscale: #666666. Windows color (decimal): -6597826 or 4084635. OLE color: 4084635.

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

Color convert

RGB1558362-
CMYK00.460.60.39
HSL13.55º42.86%42.55%-
HSV(B)13.55º60%60.78%-
XYZ17.4813.56.24-
YUV102.13105.35165.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.67%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 62 (24.61% from 255) = 20.67%
R=51.67%
G=27.67%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.6
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155836200.460.60.3913.5542.8642.55
Hex9B533E02E3C27e2b2b
Octal233123760567447165353
Binary10011011101001111111001011101111001001111110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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