#903C2E

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

Shades of Thunderbird #903C2E

Tints of Thunderbird #903C2E

Color information

#903C2E (or 0x903C2E) is unknown color: approx Thunderbird. HEX triplet: 90, 3C and 2E. RGB value is (144,60,46). Sum of RGB (Red+Green+Blue) = 144+60+46=250 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.6% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 144 - color contains mainly: red. Hex color #903C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903C2E is #6FC3D1. Grayscale: #535353. Windows color (decimal): -7324626 or 3030160. OLE color: 3030160.

HSL color Cylindrical-coordinate representation of color #903C2E: hue angle of 8.57º 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 #903C2E is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1446046-
CMYK00.580.680.44
HSL8.57º51.58%37.25%-
HSV(B)8.57º68.06%56.47%-
XYZ13.619.363.67-
YUV83.52106.83171.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 57.6%
GREEN value IS 60 (23.83% from 255) = 24%
BLUE value IS 46 (18.36% from 255) = 18.4%
R=57.6%
G=24%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144604600.580.680.448.5751.5837.25
Hex903C2E03A442C93425
Octal220745607210454116445
Binary10010000111100101110011101010001001011001001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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