#974302

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

Shades of Saddle Brown #974302

Tints of Saddle Brown #974302

Color information

#974302 (or 0x974302) is unknown color: approx Saddle Brown. HEX triplet: 97, 43 and 02. RGB value is (151,67,2). Sum of RGB (Red+Green+Blue) = 151+67+2=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #974302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974302 is #68BCFD. Grayscale: #555555. Windows color (decimal): -6864126 or 148375. OLE color: 148375.

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

Color convert

RGB151672-
CMYK00.560.990.41
HSL26.17º97.39%30%-
HSV(B)26.17º98.68%59.22%-
XYZ14.7810.61.32-
YUV84.7181.33175.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 68.64%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=68.64%
G=30.45%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15167200.560.990.4126.1797.3930
Hex9743203863291a611e
Octal2271032070143513214136
Binary100101111000011100111000110001110100111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974302; }

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

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

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

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

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

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

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

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