#9B543F

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

Shades of Sepia #9B543F

Tints of Sepia #9B543F

Color information

#9B543F (or 0x9B543F) is unknown color: approx Sepia. HEX triplet: 9B, 54 and 3F. RGB value is (155,84,63). Sum of RGB (Red+Green+Blue) = 155+84+63=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B543F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B543F is #64ABC0. Grayscale: #666666. Windows color (decimal): -6597569 or 4150427. OLE color: 4150427.

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

Color convert

RGB1558463-
CMYK00.460.590.39
HSL13.7º42.2%42.75%-
HSV(B)13.7º59.35%60.78%-
XYZ17.5913.676.41-
YUV102.84105.52165.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.32%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 63 (25% from 255) = 20.86%
R=51.32%
G=27.81%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155846300.460.590.3913.742.242.75
Hex9B543F02E3B27e2a2b
Octal233124770567347165253
Binary10011011101010011111101011101110111001111110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,84,63); }

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

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

 a { background-color: rgb(155,84,63); }

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

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

 span { border-color: rgb(155,84,63); }

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