#9f4016

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

Shades of Saddle Brown #9F4016

Tints of Saddle Brown #9F4016

Color information

#9F4016 (or 0x9F4016) is unknown color: approx Saddle Brown. HEX triplet: 9F, 40 and 16. RGB value is (159,64,22). Sum of RGB (Red+Green+Blue) = 159+64+22=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4016 is #60BFE9. Grayscale: #575757. Windows color (decimal): -6340586 or 1458335. OLE color: 1458335.

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

Color convert

RGB1596422-
CMYK00.600.860.38
HSL18.39º75.69%35.49%-
HSV(B)18.39º86.16%62.35%-
XYZ16.2811.12.04-
YUV87.6290.97178.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 64.90%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 22 (8.98% from 255) = 8.98%
R=64.90%
G=26.12%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159642200.600.860.3818.3975.6935.49
Hex9F401603C5626124c23
Octal23710026074126462211443
Binary1001111110000001011001111001010110100110100101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f4016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,64,22); }

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

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

 a { background-color: rgb(159,64,22); }

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

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

 span { border-color: rgb(159,64,22); }

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