#943B2E

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

Shades of Thunderbird #943B2E

Tints of Thunderbird #943B2E

Color information

#943B2E (or 0x943B2E) is unknown color: approx Thunderbird. HEX triplet: 94, 3B and 2E. RGB value is (148,59,46). Sum of RGB (Red+Green+Blue) = 148+59+46=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #943B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943B2E is #6BC4D1. Grayscale: #545454. Windows color (decimal): -7062738 or 3029908. OLE color: 3029908.

HSL color Cylindrical-coordinate representation of color #943B2E: hue angle of 7.65º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #943B2E is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1485946-
CMYK00.600.690.42
HSL7.65º52.58%38.04%-
HSV(B)7.65º68.92%58.04%-
XYZ14.279.623.69-
YUV84.13106.49173.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.50%
GREEN value IS 59 (23.44% from 255) = 23.32%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=58.50%
G=23.32%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148594600.600.690.427.6552.5838.04
Hex943B2E03C452A83526
Octal224735607410552106546
Binary10010100111011101110011110010001011010101000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943B2E; }

 p { color: rgb(148,59,46); }

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

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

 a { background-color: rgb(148,59,46); }

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

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

 span { border-color: rgb(148,59,46); }

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