#9F4514

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

Shades of Saddle Brown #9F4514

Tints of Saddle Brown #9F4514

Color information

#9F4514 (or 0x9F4514) is unknown color: approx Saddle Brown. HEX triplet: 9F, 45 and 14. RGB value is (159,69,20). Sum of RGB (Red+Green+Blue) = 159+69+20=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4514 is #60BAEB. Grayscale: #5A5A5A. Windows color (decimal): -6339308 or 1328543. OLE color: 1328543.

HSL color Cylindrical-coordinate representation of color #9F4514: hue angle of 21.15º 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 #9F4514 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB1596920-
CMYK00.570.870.38
HSL21.15º77.65%35.1%-
HSV(B)21.15º87.42%62.35%-
XYZ16.5511.682.04-
YUV90.3288.32176.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 64.11%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 20 (8.20% from 255) = 8.06%
R=64.11%
G=27.82%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159692000.570.870.3821.1577.6535.1
Hex9F45140395726154e23
Octal23710524071127462511643
Binary1001111110001011010001110011010111100110101011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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