#933D32

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

Shades of Thunderbird #933D32

Tints of Thunderbird #933D32

Color information

#933D32 (or 0x933D32) is unknown color: approx Thunderbird. HEX triplet: 93, 3D and 32. RGB value is (147,61,50). Sum of RGB (Red+Green+Blue) = 147+61+50=258 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.98% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 147 - color contains mainly: red. Hex color #933D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933D32 is #6CC2CD. Grayscale: #555555. Windows color (decimal): -7127758 or 3292563. OLE color: 3292563.

HSL color Cylindrical-coordinate representation of color #933D32: hue angle of 6.8º 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 #933D32 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1476150-
CMYK00.590.660.42
HSL6.8º49.24%38.63%-
HSV(B)6.8º65.99%57.65%-
XYZ14.289.774.15-
YUV85.46107.99171.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.98%
GREEN value IS 61 (24.22% from 255) = 23.64%
BLUE value IS 50 (19.92% from 255) = 19.38%
R=56.98%
G=23.64%
B=19.38%

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
Decimal147615000.590.660.426.849.2438.63
Hex933D3203B422A73127
Octal22375620731025276147
Binary1001001111110111001001110111000010101010111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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