#974A09

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

Shades of Saddle Brown #974A09

Tints of Saddle Brown #974A09

Color information

#974A09 (or 0x974A09) is unknown color: approx Saddle Brown. HEX triplet: 97, 4A and 09. RGB value is (151,74,9). Sum of RGB (Red+Green+Blue) = 151+74+9=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #974A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974A09 is #68B5F6. Grayscale: #595959. Windows color (decimal): -6862327 or 608919. OLE color: 608919.

HSL color Cylindrical-coordinate representation of color #974A09: hue angle of 27.46º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #974A09 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB151749-
CMYK00.510.940.41
HSL27.46º88.75%31.37%-
HSV(B)27.46º94.04%59.22%-
XYZ15.2611.51.67-
YUV89.6182.51171.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 64.53%
GREEN value IS 74 (29.30% from 255) = 31.62%
BLUE value IS 9 (3.91% from 255) = 3.85%
R=64.53%
G=31.62%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15174900.510.940.4127.4688.7531.37
Hex974A90335E291b591f
Octal22711211063136513313137
Binary10010111100101010010110011101111010100111011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974A09; }

 p { color: rgb(151,74,9); }

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

<style>
 a { background-color: #974A09; }

 a { background-color: rgb(151,74,9); }

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

<style>
 span { border-color: #974A09; }

 span { border-color: rgb(151,74,9); }

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