#9F532B

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

Shades of Sienna #9F532B

Tints of Sienna #9F532B

Color information

#9F532B (or 0x9F532B) is unknown color: approx Sienna. HEX triplet: 9F, 53 and 2B. RGB value is (159,83,43). Sum of RGB (Red+Green+Blue) = 159+83+43=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F532B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F532B is #60ACD4. Grayscale: #656565. Windows color (decimal): -6335701 or 2839455. OLE color: 2839455.

HSL color Cylindrical-coordinate representation of color #9F532B: hue angle of 20.69º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F532B is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB1598343-
CMYK00.480.730.38
HSL20.69º57.43%39.61%-
HSV(B)20.69º72.96%62.35%-
XYZ17.8313.734-
YUV101.1695.18169.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.79%
GREEN value IS 83 (32.81% from 255) = 29.12%
BLUE value IS 43 (17.19% from 255) = 15.09%
R=55.79%
G=29.12%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159834300.480.730.3820.6957.4339.61
Hex9F532B0304926153928
Octal2371235306011146257150
Binary1001111110100111010110110000100100110011010101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F532B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,83,43); }

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

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

 a { background-color: rgb(159,83,43); }

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

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

 span { border-color: rgb(159,83,43); }

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