#943830

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

Shades of Thunderbird #943830

Tints of Thunderbird #943830

Color information

#943830 (or 0x943830) is unknown color: approx Thunderbird. HEX triplet: 94, 38 and 30. RGB value is (148,56,48). Sum of RGB (Red+Green+Blue) = 148+56+48=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #943830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943830 is #6BC7CF. Grayscale: #525252. Windows color (decimal): -7063504 or 3160212. OLE color: 3160212.

HSL color Cylindrical-coordinate representation of color #943830: hue angle of 4.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #943830 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1485648-
CMYK00.620.680.42
HSL4.8º51.02%38.43%-
HSV(B)4.8º67.57%58.04%-
XYZ14.169.343.85-
YUV82.6108.48174.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.73%
GREEN value IS 56 (22.27% from 255) = 22.22%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=58.73%
G=22.22%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148564800.620.680.424.851.0238.43
Hex94383003E442A53326
Octal22470600761045256346
Binary1001010011100011000001111101000100101010101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943830; }

 p { color: rgb(148,56,48); }

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

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

 a { background-color: rgb(148,56,48); }

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

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

 span { border-color: rgb(148,56,48); }

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