#974602

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

Shades of Saddle Brown #974602

Tints of Saddle Brown #974602

Color information

#974602 (or 0x974602) is unknown color: approx Saddle Brown. HEX triplet: 97, 46 and 02. RGB value is (151,70,2). Sum of RGB (Red+Green+Blue) = 151+70+2=223 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.71% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 151 - color contains mainly: red. Hex color #974602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974602 is #68B9FD. Grayscale: #565656. Windows color (decimal): -6863358 or 149143. OLE color: 149143.

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

Color convert

RGB151702-
CMYK00.540.990.41
HSL27.38º97.39%30%-
HSV(B)27.38º98.68%59.22%-
XYZ14.9610.961.39-
YUV86.4780.34174.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.71%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=67.71%
G=31.39%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15170200.540.990.4127.3897.3930
Hex9746203663291b611e
Octal2271062066143513314136
Binary100101111000110100110110110001110100111011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974602; }

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

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

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

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

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

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

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

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