#943829

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

Shades of Thunderbird #943829

Tints of Thunderbird #943829

Color information

#943829 (or 0x943829) is unknown color: approx Thunderbird. HEX triplet: 94, 38 and 29. RGB value is (148,56,41). Sum of RGB (Red+Green+Blue) = 148+56+41=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #943829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943829 is #6BC7D6. Grayscale: #515151. Windows color (decimal): -7063511 or 2701460. OLE color: 2701460.

HSL color Cylindrical-coordinate representation of color #943829: hue angle of 8.41º degrees, saturation: 0.57, 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 #943829 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1485641-
CMYK00.620.720.42
HSL8.41º56.61%37.06%-
HSV(B)8.41º72.3%58.04%-
XYZ14.039.283.15-
YUV81.8104.98175.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.41%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 41 (16.41% from 255) = 16.73%
R=60.41%
G=22.86%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148564100.620.720.428.4156.6137.06
Hex94382903E482A83925
Octal224705107611052107145
Binary10010100111000101001011111010010001010101000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943829; }

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

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

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

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

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

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

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

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