#903C32

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

Shades of Thunderbird #903C32

Tints of Thunderbird #903C32

Color information

#903C32 (or 0x903C32) is unknown color: approx Thunderbird. HEX triplet: 90, 3C and 32. RGB value is (144,60,50). Sum of RGB (Red+Green+Blue) = 144+60+50=254 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.69% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 144 - color contains mainly: red. Hex color #903C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903C32 is #6FC3CD. Grayscale: #545454. Windows color (decimal): -7324622 or 3292304. OLE color: 3292304.

HSL color Cylindrical-coordinate representation of color #903C32: hue angle of 6.38º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #903C32 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB1446050-
CMYK00.580.650.44
HSL6.38º48.45%38.04%-
HSV(B)6.38º65.28%56.47%-
XYZ13.699.394.11-
YUV83.98108.83170.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.69%
GREEN value IS 60 (23.83% from 255) = 23.62%
BLUE value IS 50 (19.92% from 255) = 19.69%
R=56.69%
G=23.62%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144605000.580.650.446.3848.4538.04
Hex903C3203A412C63026
Octal22074620721015466046
Binary1001000011110011001001110101000001101100110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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