#973E34

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

Shades of Thunderbird #973E34

Tints of Thunderbird #973E34

Color information

#973E34 (or 0x973E34) is unknown color: approx Thunderbird. HEX triplet: 97, 3E and 34. RGB value is (151,62,52). Sum of RGB (Red+Green+Blue) = 151+62+52=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #973E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973E34 is #68C1CB. Grayscale: #575757. Windows color (decimal): -6865356 or 3423895. OLE color: 3423895.

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

Color convert

RGB1516252-
CMYK00.590.660.41
HSL6.06º48.77%39.8%-
HSV(B)6.06º65.56%59.22%-
XYZ15.110.274.44-
YUV87.47107.99173.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.98%
GREEN value IS 62 (24.61% from 255) = 23.40%
BLUE value IS 52 (20.70% from 255) = 19.62%
R=56.98%
G=23.40%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151625200.590.660.416.0648.7739.8
Hex973E3403B422963128
Octal22776640731025166150
Binary1001011111111011010001110111000010101001110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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