#9F4614

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

Shades of Saddle Brown #9F4614

Tints of Saddle Brown #9F4614

Color information

#9F4614 (or 0x9F4614) is unknown color: approx Saddle Brown. HEX triplet: 9F, 46 and 14. RGB value is (159,70,20). Sum of RGB (Red+Green+Blue) = 159+70+20=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4614 is #60B9EB. Grayscale: #5B5B5B. Windows color (decimal): -6339052 or 1328799. OLE color: 1328799.

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

Color convert

RGB1597020-
CMYK00.560.870.38
HSL21.58º77.65%35.1%-
HSV(B)21.58º87.42%62.35%-
XYZ16.6111.82.06-
YUV90.9187.99176.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 63.86%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=63.86%
G=28.11%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159702000.560.870.3821.5877.6535.1
Hex9F46140385726164e23
Octal23710624070127462611643
Binary1001111110001101010001110001010111100110101101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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