#9F4501

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

Shades of Saddle Brown #9F4501

Tints of Saddle Brown #9F4501

Color information

#9F4501 (or 0x9F4501) is unknown color: approx Saddle Brown. HEX triplet: 9F, 45 and 01. RGB value is (159,69,1). Sum of RGB (Red+Green+Blue) = 159+69+1=229 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.43% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4501 is #60BAFE. Grayscale: #585858. Windows color (decimal): -6339327 or 83359. OLE color: 83359.

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

Color convert

RGB159691-
CMYK00.570.990.38
HSL25.82º98.75%31.37%-
HSV(B)25.82º99.37%62.35%-
XYZ16.4311.631.41-
YUV88.1678.82178.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 69.43%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=69.43%
G=30.13%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15969100.570.990.3825.8298.7531.37
Hex9F45103963261a631f
Octal2371051071143463214337
Binary10011111100010110111001110001110011011010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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