#974415

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

Shades of Saddle Brown #974415

Tints of Saddle Brown #974415

Color information

#974415 (or 0x974415) is unknown color: approx Saddle Brown. HEX triplet: 97, 44 and 15. RGB value is (151,68,21). Sum of RGB (Red+Green+Blue) = 151+68+21=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #974415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974415 is #68BBEA. Grayscale: #575757. Windows color (decimal): -6863851 or 1393815. OLE color: 1393815.

HSL color Cylindrical-coordinate representation of color #974415: hue angle of 21.69º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #974415 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB1516821-
CMYK00.550.860.41
HSL21.69º75.58%33.73%-
HSV(B)21.69º86.09%59.22%-
XYZ14.9610.772-
YUV87.4690.5173.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.92%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 21 (8.59% from 255) = 8.75%
R=62.92%
G=28.33%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151682100.550.860.4121.6975.5833.73
Hex9744150375629164c22
Octal22710425067126512611442
Binary1001011110001001010101101111010110101001101101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974415; }

 p { color: rgb(151,68,21); }

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

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

 a { background-color: rgb(151,68,21); }

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

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

 span { border-color: rgb(151,68,21); }

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