#9F4611

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

Shades of Saddle Brown #9F4611

Tints of Saddle Brown #9F4611

Color information

#9F4611 (or 0x9F4611) is unknown color: approx Saddle Brown. HEX triplet: 9F, 46 and 11. RGB value is (159,70,17). Sum of RGB (Red+Green+Blue) = 159+70+17=246 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.63% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4611 is #60B9EE. Grayscale: #5A5A5A. Windows color (decimal): -6339055 or 1132191. OLE color: 1132191.

HSL color Cylindrical-coordinate representation of color #9F4611: hue angle of 22.39º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F4611 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1597017-
CMYK00.560.890.38
HSL22.39º80.68%34.51%-
HSV(B)22.39º89.31%62.35%-
XYZ16.5911.791.93-
YUV90.5786.49176.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 64.63%
GREEN value IS 70 (27.73% from 255) = 28.46%
BLUE value IS 17 (7.03% from 255) = 6.91%
R=64.63%
G=28.46%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159701700.560.890.3822.3980.6834.51
Hex9F46110385926165123
Octal23710621070131462612143
Binary1001111110001101000101110001011001100110101101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,70,17); }

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

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

 a { background-color: rgb(159,70,17); }

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

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

 span { border-color: rgb(159,70,17); }

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