#943C2D

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

Shades of Thunderbird #943C2D

Tints of Thunderbird #943C2D

Color information

#943C2D (or 0x943C2D) is unknown color: approx Thunderbird. HEX triplet: 94, 3C and 2D. RGB value is (148,60,45). Sum of RGB (Red+Green+Blue) = 148+60+45=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #943C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943C2D is #6BC3D2. Grayscale: #545454. Windows color (decimal): -7062483 or 2964628. OLE color: 2964628.

HSL color Cylindrical-coordinate representation of color #943C2D: hue angle of 8.74º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #943C2D is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1486045-
CMYK00.590.700.42
HSL8.74º53.37%37.84%-
HSV(B)8.74º69.59%58.04%-
XYZ14.39.723.6-
YUV84.6105.65173.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.50%
GREEN value IS 60 (23.83% from 255) = 23.72%
BLUE value IS 45 (17.97% from 255) = 17.79%
R=58.50%
G=23.72%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148604500.590.700.428.7453.3737.84
Hex943C2D03B462A93526
Octal224745507310652116546
Binary10010100111100101101011101110001101010101001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,60,45); }

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

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

 a { background-color: rgb(148,60,45); }

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

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

 span { border-color: rgb(148,60,45); }

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