#973E0E

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

Shades of Saddle Brown #973E0E

Tints of Saddle Brown #973E0E

Color information

#973E0E (or 0x973E0E) is unknown color: approx Saddle Brown. HEX triplet: 97, 3E and 0E. RGB value is (151,62,14). Sum of RGB (Red+Green+Blue) = 151+62+14=227 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.52% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 151 - color contains mainly: red. Hex color #973E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973E0E is #68C1F1. Grayscale: #535353. Windows color (decimal): -6865394 or 933527. OLE color: 933527.

HSL color Cylindrical-coordinate representation of color #973E0E: hue angle of 21.02º degrees, saturation: 0.83, 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 #973E0E is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1516214-
CMYK00.590.910.41
HSL21.02º83.03%32.35%-
HSV(B)21.02º90.73%59.22%-
XYZ14.5610.061.59-
YUV83.1488.99176.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 66.52%
GREEN value IS 62 (24.61% from 255) = 27.31%
BLUE value IS 14 (5.86% from 255) = 6.17%
R=66.52%
G=27.31%
B=6.17%

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
Decimal151621400.590.910.4121.0283.0332.35
Hex973EE03B5B29155320
Octal2277616073133512512340
Binary10010111111110111001110111011011101001101011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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