#974C03

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

Shades of Saddle Brown #974C03

Tints of Saddle Brown #974C03

Color information

#974C03 (or 0x974C03) is unknown color: approx Saddle Brown. HEX triplet: 97, 4C and 03. RGB value is (151,76,3). Sum of RGB (Red+Green+Blue) = 151+76+3=230 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.65% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 151 - color contains mainly: red. Hex color #974C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974C03 is #68B3FC. Grayscale: #5A5A5A. Windows color (decimal): -6861821 or 216215. OLE color: 216215.

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

Color convert

RGB151763-
CMYK00.500.980.41
HSL29.59º96.1%30.2%-
HSV(B)29.59º98.01%59.22%-
XYZ15.3611.751.55-
YUV90.178.85171.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 65.65%
GREEN value IS 76 (30.08% from 255) = 33.04%
BLUE value IS 3 (1.56% from 255) = 1.30%
R=65.65%
G=33.04%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15176300.500.980.4129.5996.130.2
Hex974C303262291e601e
Octal2271143062142513614036
Binary100101111001100110110010110001010100111110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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