#943B32

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

Shades of Thunderbird #943B32

Tints of Thunderbird #943B32

Color information

#943B32 (or 0x943B32) is unknown color: approx Thunderbird. HEX triplet: 94, 3B and 32. RGB value is (148,59,50). Sum of RGB (Red+Green+Blue) = 148+59+50=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #943B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943B32 is #6BC4CD. Grayscale: #545454. Windows color (decimal): -7062734 or 3292052. OLE color: 3292052.

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

Color convert

RGB1485950-
CMYK00.600.660.42
HSL5.51º49.49%38.82%-
HSV(B)5.51º66.22%58.04%-
XYZ14.359.654.12-
YUV84.58108.49173.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.59%
GREEN value IS 59 (23.44% from 255) = 22.96%
BLUE value IS 50 (19.92% from 255) = 19.46%
R=57.59%
G=22.96%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148595000.600.660.425.5149.4938.82
Hex943B3203C422A63127
Octal22473620741025266147
Binary1001010011101111001001111001000010101010110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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