#973E0D

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

Shades of Saddle Brown #973E0D

Tints of Saddle Brown #973E0D

Color information

#973E0D (or 0x973E0D) is unknown color: approx Saddle Brown. HEX triplet: 97, 3E and 0D. RGB value is (151,62,13). Sum of RGB (Red+Green+Blue) = 151+62+13=226 (29% of max value = 765). Red value is 151 (59.38% from 255 or 66.81% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 151 - color contains mainly: red. Hex color #973E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973E0D is #68C1F2. Grayscale: #535353. Windows color (decimal): -6865395 or 867991. OLE color: 867991.

HSL color Cylindrical-coordinate representation of color #973E0D: hue angle of 21.3º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #973E0D is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1516213-
CMYK00.590.910.41
HSL21.3º84.15%32.16%-
HSV(B)21.3º91.39%59.22%-
XYZ14.5610.051.55-
YUV83.0288.49176.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 66.81%
GREEN value IS 62 (24.61% from 255) = 27.43%
BLUE value IS 13 (5.47% from 255) = 5.75%
R=66.81%
G=27.43%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151621300.590.910.4121.384.1532.16
Hex973ED03B5B29155420
Octal2277615073133512512440
Binary10010111111110110101110111011011101001101011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973E0D; }

 p { color: rgb(151,62,13); }

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

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

 a { background-color: rgb(151,62,13); }

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

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

 span { border-color: rgb(151,62,13); }

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