#973B32

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

Shades of Thunderbird #973B32

Tints of Thunderbird #973B32

Color information

#973B32 (or 0x973B32) is unknown color: approx Thunderbird. HEX triplet: 97, 3B and 32. RGB value is (151,59,50). Sum of RGB (Red+Green+Blue) = 151+59+50=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #973B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973B32 is #68C4CD. Grayscale: #555555. Windows color (decimal): -6866126 or 3292055. OLE color: 3292055.

HSL color Cylindrical-coordinate representation of color #973B32: hue angle of 5.35º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973B32 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB1515950-
CMYK00.610.670.41
HSL5.35º50.25%39.41%-
HSV(B)5.35º66.89%59.22%-
XYZ14.99.944.15-
YUV85.48107.98174.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.08%
GREEN value IS 59 (23.44% from 255) = 22.69%
BLUE value IS 50 (19.92% from 255) = 19.23%
R=58.08%
G=22.69%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151595000.610.670.415.3550.2539.41
Hex973B3203D432953227
Octal22773620751035156247
Binary1001011111101111001001111011000011101001101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,59,50); }

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

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

 a { background-color: rgb(151,59,50); }

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

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

 span { border-color: rgb(151,59,50); }

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