#933528

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

Shades of Thunderbird #933528

Tints of Thunderbird #933528

Color information

#933528 (or 0x933528) is unknown color: approx Thunderbird. HEX triplet: 93, 35 and 28. RGB value is (147,53,40). Sum of RGB (Red+Green+Blue) = 147+53+40=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #933528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933528 is #6CCAD7. Grayscale: #4F4F4F. Windows color (decimal): -7129816 or 2635155. OLE color: 2635155.

HSL color Cylindrical-coordinate representation of color #933528: hue angle of 7.29º 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 #933528 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1475340-
CMYK00.640.730.42
HSL7.29º57.22%36.67%-
HSV(B)7.29º72.79%57.65%-
XYZ13.698.93-
YUV79.62105.64176.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.25%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 40 (16.02% from 255) = 16.67%
R=61.25%
G=22.08%
B=16.67%

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
Decimal147534000.640.730.427.2957.2236.67
Hex933528040492A73925
Octal223655001001115277145
Binary10010011110101101000010000001001001101010111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933528; }

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

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

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

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

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

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

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

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