#973000

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

Shades of Saddle Brown #973000

Tints of Saddle Brown #973000

Color information

#973000 (or 0x973000) is unknown color: approx Saddle Brown. HEX triplet: 97, 30 and 00. RGB value is (151,48,0). Sum of RGB (Red+Green+Blue) = 151+48+0=199 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.88% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 151 - color contains mainly: red. Hex color #973000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973000 is #68CFFF. Grayscale: #494949. Windows color (decimal): -6868992 or 12439. OLE color: 12439.

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

Color convert

RGB151480-
CMYK00.6810.41
HSL19.07º100%29.61%-
HSV(B)19.07º100%59.22%-
XYZ13.828.690.95-
YUV73.3286.62183.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 75.88%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.88%
G=24.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15148000.6810.4119.0710029.61
Hex97300044642913641e
Octal2276000104144512314436
Binary10010111110000001000100110010010100110011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973000; }

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

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

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

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

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

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

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

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