#9F4500

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

Shades of Saddle Brown #9F4500

Tints of Saddle Brown #9F4500

Color information

#9F4500 (or 0x9F4500) is unknown color: approx Saddle Brown. HEX triplet: 9F, 45 and 00. RGB value is (159,69,0). Sum of RGB (Red+Green+Blue) = 159+69+0=228 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.74% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4500 is #60BAFF. Grayscale: #585858. Windows color (decimal): -6339328 or 17823. OLE color: 17823.

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

Color convert

RGB159690-
CMYK00.5710.38
HSL26.04º100%31.18%-
HSV(B)26.04º100%62.35%-
XYZ16.4311.631.38-
YUV88.0478.32178.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 69.74%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.74%
G=30.26%
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
Decimal15969000.5710.3826.0410031.18
Hex9F45003964261a641f
Octal2371050071144463214437
Binary10011111100010100111001110010010011011010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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