#974800

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

Shades of Saddle Brown #974800

Tints of Saddle Brown #974800

Color information

#974800 (or 0x974800) is unknown color: approx Saddle Brown. HEX triplet: 97, 48 and 00. RGB value is (151,72,0). Sum of RGB (Red+Green+Blue) = 151+72+0=223 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.71% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 151 - color contains mainly: red. Hex color #974800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974800 is #68B7FF. Grayscale: #575757. Windows color (decimal): -6862848 or 18583. OLE color: 18583.

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

Color convert

RGB151720-
CMYK00.5210.41
HSL28.61º100%29.61%-
HSV(B)28.61º100%59.22%-
XYZ15.0811.211.37-
YUV87.4178.67173.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.71%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.71%
G=32.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15172000.5210.4128.6110029.61
Hex9748003464291d641e
Octal2271100064144513514436
Binary10010111100100000110100110010010100111101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974800; }

 p { color: rgb(151,72,0); }

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

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

 a { background-color: rgb(151,72,0); }

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

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

 span { border-color: rgb(151,72,0); }

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