#972D03

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

Shades of Saddle Brown #972D03

Tints of Saddle Brown #972D03

Color information

#972D03 (or 0x972D03) is unknown color: approx Saddle Brown. HEX triplet: 97, 2D and 03. RGB value is (151,45,3). Sum of RGB (Red+Green+Blue) = 151+45+3=199 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.88% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 151 - color contains mainly: red. Hex color #972D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972D03 is #68D2FC. Grayscale: #484848. Windows color (decimal): -6869757 or 208279. OLE color: 208279.

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

Color convert

RGB151453-
CMYK00.700.980.41
HSL17.03º96.1%30.2%-
HSV(B)17.03º98.01%59.22%-
XYZ13.728.461-
YUV71.9189.12184.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 75.88%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 3 (1.56% from 255) = 1.51%
R=75.88%
G=22.61%
B=1.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15145300.700.980.4117.0396.130.2
Hex972D3046622911601e
Octal2275530106142512114036
Binary100101111011011101000110110001010100110001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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