#933C32

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

Shades of Thunderbird #933C32

Tints of Thunderbird #933C32

Color information

#933C32 (or 0x933C32) is unknown color: approx Thunderbird. HEX triplet: 93, 3C and 32. RGB value is (147,60,50). Sum of RGB (Red+Green+Blue) = 147+60+50=257 (34% of max value = 765). Red value is 147 (57.81% from 255 or 57.20% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 147 - color contains mainly: red. Hex color #933C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933C32 is #6CC3CD. Grayscale: #555555. Windows color (decimal): -7128014 or 3292307. OLE color: 3292307.

HSL color Cylindrical-coordinate representation of color #933C32: hue angle of 6.19º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #933C32 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1476050-
CMYK00.590.660.42
HSL6.19º49.24%38.63%-
HSV(B)6.19º65.99%57.65%-
XYZ14.229.674.13-
YUV84.87108.32172.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 57.20%
GREEN value IS 60 (23.83% from 255) = 23.35%
BLUE value IS 50 (19.92% from 255) = 19.46%
R=57.20%
G=23.35%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147605000.590.660.426.1949.2438.63
Hex933C3203B422A63127
Octal22374620731025266147
Binary1001001111110011001001110111000010101010110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933C32; }

 p { color: rgb(147,60,50); }

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

<style>
 a { background-color: #933C32; }

 a { background-color: rgb(147,60,50); }

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

<style>
 span { border-color: #933C32; }

 span { border-color: rgb(147,60,50); }

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