#974405

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

Shades of Saddle Brown #974405

Tints of Saddle Brown #974405

Color information

#974405 (or 0x974405) is unknown color: approx Saddle Brown. HEX triplet: 97, 44 and 05. RGB value is (151,68,5). Sum of RGB (Red+Green+Blue) = 151+68+5=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #974405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974405 is #68BBFA. Grayscale: #555555. Windows color (decimal): -6863867 or 345239. OLE color: 345239.

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

Color convert

RGB151685-
CMYK00.550.970.41
HSL25.89º93.59%30.59%-
HSV(B)25.89º96.69%59.22%-
XYZ14.8610.721.43-
YUV85.6482.5174.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.41%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 5 (2.34% from 255) = 2.23%
R=67.41%
G=30.36%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15168500.550.970.4125.8993.5930.59
Hex9744503761291a5e1f
Octal2271045067141513213637
Binary1001011110001001010110111110000110100111010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974405; }

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

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

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

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

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

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

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

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