#972D00

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

Shades of Saddle Brown #972D00

Tints of Saddle Brown #972D00

Color information

#972D00 (or 0x972D00) is unknown color: approx Saddle Brown. HEX triplet: 97, 2D and 00. RGB value is (151,45,0). Sum of RGB (Red+Green+Blue) = 151+45+0=196 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.04% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 151 - color contains mainly: red. Hex color #972D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972D00 is #68D2FF. Grayscale: #474747. Windows color (decimal): -6869760 or 11671. OLE color: 11671.

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

Color convert

RGB151450-
CMYK00.7010.41
HSL17.88º100%29.61%-
HSV(B)17.88º100%59.22%-
XYZ13.78.460.91-
YUV71.5687.62184.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 77.04%
GREEN value IS 45 (17.97% from 255) = 22.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.04%
G=22.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15145000.7010.4117.8810029.61
Hex972D0046642912641e
Octal2275500106144512214436
Binary10010111101101001000110110010010100110010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972D00; }

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

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

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

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

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

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

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

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