#973D0F

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

Shades of Saddle Brown #973D0F

Tints of Saddle Brown #973D0F

Color information

#973D0F (or 0x973D0F) is unknown color: approx Saddle Brown. HEX triplet: 97, 3D and 0F. RGB value is (151,61,15). Sum of RGB (Red+Green+Blue) = 151+61+15=227 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.52% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 151 - color contains mainly: red. Hex color #973D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973D0F is #68C2F0. Grayscale: #525252. Windows color (decimal): -6865649 or 998807. OLE color: 998807.

HSL color Cylindrical-coordinate representation of color #973D0F: hue angle of 20.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #973D0F is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB1516115-
CMYK00.600.900.41
HSL20.29º81.93%32.55%-
HSV(B)20.29º90.07%59.22%-
XYZ14.529.951.61-
YUV82.6789.82176.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 66.52%
GREEN value IS 61 (24.22% from 255) = 26.87%
BLUE value IS 15 (6.25% from 255) = 6.61%
R=66.52%
G=26.87%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151611500.600.900.4120.2981.9332.55
Hex973DF03C5A29145221
Octal2277517074132512412241
Binary10010111111101111101111001011010101001101001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,61,15); }

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

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

 a { background-color: rgb(151,61,15); }

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

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

 span { border-color: rgb(151,61,15); }

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