#972E01

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

Shades of Saddle Brown #972E01

Tints of Saddle Brown #972E01

Color information

#972E01 (or 0x972E01) is unknown color: approx Saddle Brown. HEX triplet: 97, 2E and 01. RGB value is (151,46,1). Sum of RGB (Red+Green+Blue) = 151+46+1=198 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.26% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 151 - color contains mainly: red. Hex color #972E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972E01 is #68D1FE. Grayscale: #484848. Windows color (decimal): -6869503 or 77463. OLE color: 77463.

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

Color convert

RGB151461-
CMYK00.700.990.41
HSL18º98.68%29.8%-
HSV(B)18º99.34%59.22%-
XYZ13.748.540.95-
YUV72.2687.79184.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 76.26%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=76.26%
G=23.23%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15146100.700.990.411898.6829.8
Hex972E1046632912631e
Octal2275610106143512214336
Binary10010111101110101000110110001110100110010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,46,1); }

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

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

 a { background-color: rgb(151,46,1); }

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

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

 span { border-color: rgb(151,46,1); }

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