#974802

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

Shades of Saddle Brown #974802

Tints of Saddle Brown #974802

Color information

#974802 (or 0x974802) is unknown color: approx Saddle Brown. HEX triplet: 97, 48 and 02. RGB value is (151,72,2). Sum of RGB (Red+Green+Blue) = 151+72+2=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #974802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974802 is #68B7FD. Grayscale: #585858. Windows color (decimal): -6862846 or 149655. OLE color: 149655.

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

Color convert

RGB151722-
CMYK00.520.990.41
HSL28.19º97.39%30%-
HSV(B)28.19º98.68%59.22%-
XYZ15.0911.221.43-
YUV87.6479.67173.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.11%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=67.11%
G=32%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15172200.520.990.4128.1997.3930
Hex9748203463291c611e
Octal2271102064143513414136
Binary100101111001000100110100110001110100111100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974802; }

 p { color: rgb(151,72,2); }

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

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

 a { background-color: rgb(151,72,2); }

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

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

 span { border-color: rgb(151,72,2); }

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