#933F36

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

Shades of Thunderbird #933F36

Tints of Thunderbird #933F36

Color information

#933F36 (or 0x933F36) is unknown color: approx Thunderbird. HEX triplet: 93, 3F and 36. RGB value is (147,63,54). Sum of RGB (Red+Green+Blue) = 147+63+54=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #933F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933F36 is #6CC0C9. Grayscale: #575757. Windows color (decimal): -7127242 or 3555219. OLE color: 3555219.

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

Color convert

RGB1476354-
CMYK00.570.630.42
HSL5.81º46.27%39.41%-
HSV(B)5.81º63.27%57.65%-
XYZ14.4810.024.66-
YUV87.09109.33170.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.68%
GREEN value IS 63 (25% from 255) = 23.86%
BLUE value IS 54 (21.48% from 255) = 20.45%
R=55.68%
G=23.86%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147635400.570.630.425.8146.2739.41
Hex933F360393F2A62e27
Octal2237766071775265647
Binary100100111111111101100111001111111101010110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933F36; }

 p { color: rgb(147,63,54); }

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

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

 a { background-color: rgb(147,63,54); }

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

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

 span { border-color: rgb(147,63,54); }

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