#943F34

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

Shades of Thunderbird #943F34

Tints of Thunderbird #943F34

Color information

#943F34 (or 0x943F34) is unknown color: approx Thunderbird. HEX triplet: 94, 3F and 34. RGB value is (148,63,52). Sum of RGB (Red+Green+Blue) = 148+63+52=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #943F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943F34 is #6BC0CB. Grayscale: #575757. Windows color (decimal): -7061708 or 3424148. OLE color: 3424148.

HSL color Cylindrical-coordinate representation of color #943F34: hue angle of 6.87º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #943F34 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB1486352-
CMYK00.570.650.42
HSL6.87º48%39.22%-
HSV(B)6.87º64.86%58.04%-
XYZ14.6110.14.43-
YUV87.16108.16171.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.27%
GREEN value IS 63 (25% from 255) = 23.95%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=56.27%
G=23.95%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148635200.570.650.426.874839.22
Hex943F34039412A73027
Octal22477640711015276047
Binary1001010011111111010001110011000001101010111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,63,52); }

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

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

 a { background-color: rgb(148,63,52); }

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

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

 span { border-color: rgb(148,63,52); }

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