#9F4405

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

Shades of Saddle Brown #9F4405

Tints of Saddle Brown #9F4405

Color information

#9F4405 (or 0x9F4405) is unknown color: approx Saddle Brown. HEX triplet: 9F, 44 and 05. RGB value is (159,68,5). Sum of RGB (Red+Green+Blue) = 159+68+5=232 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.53% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4405 is #60BBFA. Grayscale: #585858. Windows color (decimal): -6339579 or 345247. OLE color: 345247.

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

Color convert

RGB159685-
CMYK00.570.970.38
HSL24.55º93.9%32.16%-
HSV(B)24.55º96.86%62.35%-
XYZ16.3911.521.5-
YUV88.0381.15178.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 68.53%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=68.53%
G=29.31%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15968500.570.970.3824.5593.932.16
Hex9F4450396126195e20
Octal2371045071141463113640
Binary10011111100010010101110011100001100110110011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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