#903A2E

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

Shades of Thunderbird #903A2E

Tints of Thunderbird #903A2E

Color information

#903A2E (or 0x903A2E) is unknown color: approx Thunderbird. HEX triplet: 90, 3A and 2E. RGB value is (144,58,46). Sum of RGB (Red+Green+Blue) = 144+58+46=248 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.06% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 144 - color contains mainly: red. Hex color #903A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903A2E is #6FC5D1. Grayscale: #525252. Windows color (decimal): -7325138 or 3029648. OLE color: 3029648.

HSL color Cylindrical-coordinate representation of color #903A2E: hue angle of 7.35º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #903A2E is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1445846-
CMYK00.600.680.44
HSL7.35º51.58%37.25%-
HSV(B)7.35º68.06%56.47%-
XYZ13.519.153.64-
YUV82.35107.49171.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.06%
GREEN value IS 58 (23.05% from 255) = 23.39%
BLUE value IS 46 (18.36% from 255) = 18.55%
R=58.06%
G=23.39%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144584600.600.680.447.3551.5837.25
Hex903A2E03C442C73425
Octal22072560741045476445
Binary1001000011101010111001111001000100101100111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903A2E; }

 p { color: rgb(144,58,46); }

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

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

 a { background-color: rgb(144,58,46); }

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

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

 span { border-color: rgb(144,58,46); }

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