#974215

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

Shades of Saddle Brown #974215

Tints of Saddle Brown #974215

Color information

#974215 (or 0x974215) is unknown color: approx Saddle Brown. HEX triplet: 97, 42 and 15. RGB value is (151,66,21). Sum of RGB (Red+Green+Blue) = 151+66+21=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #974215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974215 is #68BDEA. Grayscale: #565656. Windows color (decimal): -6864363 or 1393303. OLE color: 1393303.

HSL color Cylindrical-coordinate representation of color #974215: hue angle of 20.77º 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 #974215 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB1516621-
CMYK00.560.860.41
HSL20.77º75.58%33.73%-
HSV(B)20.77º86.09%59.22%-
XYZ14.8510.531.96-
YUV86.2891.16174.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.45%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 21 (8.59% from 255) = 8.82%
R=63.45%
G=27.73%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151662100.560.860.4120.7775.5833.73
Hex9742150385629154c22
Octal22710225070126512511442
Binary1001011110000101010101110001010110101001101011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974215; }

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

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

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

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

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

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

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

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