#974702

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

Shades of Saddle Brown #974702

Tints of Saddle Brown #974702

Color information

#974702 (or 0x974702) is unknown color: approx Saddle Brown. HEX triplet: 97, 47 and 02. RGB value is (151,71,2). Sum of RGB (Red+Green+Blue) = 151+71+2=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #974702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974702 is #68B8FD. Grayscale: #575757. Windows color (decimal): -6863102 or 149399. OLE color: 149399.

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

Color convert

RGB151712-
CMYK00.530.990.41
HSL27.79º97.39%30%-
HSV(B)27.79º98.68%59.22%-
XYZ15.0311.091.41-
YUV87.0580173.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.41%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=67.41%
G=31.70%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15171200.530.990.4127.7997.3930
Hex9747203563291c611e
Octal2271072065143513414136
Binary100101111000111100110101110001110100111100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974702; }

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

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

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

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

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

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

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

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