#943528

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

Shades of Thunderbird #943528

Tints of Thunderbird #943528

Color information

#943528 (or 0x943528) is unknown color: approx Thunderbird. HEX triplet: 94, 35 and 28. RGB value is (148,53,40). Sum of RGB (Red+Green+Blue) = 148+53+40=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #943528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943528 is #6BCAD7. Grayscale: #505050. Windows color (decimal): -7064280 or 2635156. OLE color: 2635156.

HSL color Cylindrical-coordinate representation of color #943528: hue angle of 7.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #943528 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1485340-
CMYK00.640.730.42
HSL7.22º57.45%36.86%-
HSV(B)7.22º72.97%58.04%-
XYZ13.8793.01-
YUV79.92105.47176.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.41%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=61.41%
G=21.99%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148534000.640.730.427.2257.4536.86
Hex943528040492A73925
Octal224655001001115277145
Binary10010100110101101000010000001001001101010111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943528; }

 p { color: rgb(148,53,40); }

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

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

 a { background-color: rgb(148,53,40); }

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

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

 span { border-color: rgb(148,53,40); }

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