#993E34

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

Shades of Thunderbird #993E34

Tints of Thunderbird #993E34

Color information

#993E34 (or 0x993E34) is unknown color: approx Thunderbird. HEX triplet: 99, 3E and 34. RGB value is (153,62,52). Sum of RGB (Red+Green+Blue) = 153+62+52=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #993E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993E34 is #66C1CB. Grayscale: #585858. Windows color (decimal): -6734284 or 3423897. OLE color: 3423897.

HSL color Cylindrical-coordinate representation of color #993E34: hue angle of 5.94º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993E34 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB1536252-
CMYK00.590.660.4
HSL5.94º49.27%40.2%-
HSV(B)5.94º66.01%60%-
XYZ15.4810.474.45-
YUV88.07107.65174.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.30%
GREEN value IS 62 (24.61% from 255) = 23.22%
BLUE value IS 52 (20.70% from 255) = 19.48%
R=57.30%
G=23.22%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153625200.590.660.45.9449.2740.2
Hex993E3403B422863128
Octal23176640731025066150
Binary1001100111111011010001110111000010101000110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993E34; }

 p { color: rgb(153,62,52); }

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

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

 a { background-color: rgb(153,62,52); }

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

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

 span { border-color: rgb(153,62,52); }

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