#94392A

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

Shades of Thunderbird #94392A

Tints of Thunderbird #94392A

Color information

#94392A (or 0x94392A) is unknown color: approx Thunderbird. HEX triplet: 94, 39 and 2A. RGB value is (148,57,42). Sum of RGB (Red+Green+Blue) = 148+57+42=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #94392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94392A is #6BC6D5. Grayscale: #525252. Windows color (decimal): -7063254 or 2767252. OLE color: 2767252.

HSL color Cylindrical-coordinate representation of color #94392A: hue angle of 8.49º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94392A is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1485742-
CMYK00.610.720.42
HSL8.49º55.79%37.25%-
HSV(B)8.49º71.62%58.04%-
XYZ14.099.393.26-
YUV82.5105.15174.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.92%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=59.92%
G=23.08%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148574200.610.720.428.4955.7937.25
Hex94392A03D482A83825
Octal224715207511052107045
Binary10010100111001101010011110110010001010101000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94392A; }

 p { color: rgb(148,57,42); }

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

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

 a { background-color: rgb(148,57,42); }

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

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

 span { border-color: rgb(148,57,42); }

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