#9F4400

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

Shades of Saddle Brown #9F4400

Tints of Saddle Brown #9F4400

Color information

#9F4400 (or 0x9F4400) is unknown color: approx Saddle Brown. HEX triplet: 9F, 44 and 00. RGB value is (159,68,0). Sum of RGB (Red+Green+Blue) = 159+68+0=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4400 is #60BBFF. Grayscale: #575757. Windows color (decimal): -6339584 or 17567. OLE color: 17567.

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

Color convert

RGB159680-
CMYK00.5710.38
HSL25.66º100%31.18%-
HSV(B)25.66º100%62.35%-
XYZ16.3711.511.36-
YUV87.4678.65179.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 70.04%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.04%
G=29.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15968000.5710.3825.6610031.18
Hex9F44003964261a641f
Octal2371040071144463214437
Binary10011111100010000111001110010010011011010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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