#974C04

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

Shades of Saddle Brown #974C04

Tints of Saddle Brown #974C04

Color information

#974C04 (or 0x974C04) is unknown color: approx Saddle Brown. HEX triplet: 97, 4C and 04. RGB value is (151,76,4). Sum of RGB (Red+Green+Blue) = 151+76+4=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #974C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974C04 is #68B3FB. Grayscale: #5A5A5A. Windows color (decimal): -6861820 or 281751. OLE color: 281751.

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

Color convert

RGB151764-
CMYK00.500.970.41
HSL29.39º94.84%30.39%-
HSV(B)29.39º97.35%59.22%-
XYZ15.3711.761.57-
YUV90.2279.35171.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 65.37%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 4 (1.95% from 255) = 1.73%
R=65.37%
G=32.90%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15176400.500.970.4129.3994.8430.39
Hex974C403261291d5f1e
Octal2271144062141513513736
Binary1001011110011001000110010110000110100111101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974C04; }

 p { color: rgb(151,76,4); }

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

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

 a { background-color: rgb(151,76,4); }

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

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

 span { border-color: rgb(151,76,4); }

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