#9F4401

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

Shades of Saddle Brown #9F4401

Tints of Saddle Brown #9F4401

Color information

#9F4401 (or 0x9F4401) is unknown color: approx Saddle Brown. HEX triplet: 9F, 44 and 01. RGB value is (159,68,1). Sum of RGB (Red+Green+Blue) = 159+68+1=228 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.74% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4401 is #60BBFE. Grayscale: #575757. Windows color (decimal): -6339583 or 83103. OLE color: 83103.

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

Color convert

RGB159681-
CMYK00.570.990.38
HSL25.44º98.75%31.37%-
HSV(B)25.44º99.37%62.35%-
XYZ16.3711.511.39-
YUV87.5779.15178.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 69.74%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=69.74%
G=29.82%
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
Decimal15968100.570.990.3825.4498.7531.37
Hex9F441039632619631f
Octal2371041071143463114337
Binary10011111100010010111001110001110011011001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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