#974803

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

Shades of Saddle Brown #974803

Tints of Saddle Brown #974803

Color information

#974803 (or 0x974803) is unknown color: approx Saddle Brown. HEX triplet: 97, 48 and 03. RGB value is (151,72,3). Sum of RGB (Red+Green+Blue) = 151+72+3=226 (29% of max value = 765). Red value is 151 (59.38% from 255 or 66.81% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 151 - color contains mainly: red. Hex color #974803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974803 is #68B7FC. Grayscale: #585858. Windows color (decimal): -6862845 or 215191. OLE color: 215191.

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

Color convert

RGB151723-
CMYK00.520.980.41
HSL27.97º96.1%30.2%-
HSV(B)27.97º98.01%59.22%-
XYZ15.111.221.46-
YUV87.7680.17173.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 66.81%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 3 (1.56% from 255) = 1.33%
R=66.81%
G=31.86%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15172300.520.980.4127.9796.130.2
Hex9748303462291c601e
Octal2271103064142513414036
Binary100101111001000110110100110001010100111100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974803; }

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

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

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

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

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

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

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

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