#913A2C

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

Shades of Thunderbird #913A2C

Tints of Thunderbird #913A2C

Color information

#913A2C (or 0x913A2C) is unknown color: approx Thunderbird. HEX triplet: 91, 3A and 2C. RGB value is (145,58,44). Sum of RGB (Red+Green+Blue) = 145+58+44=247 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.70% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 145 - color contains mainly: red. Hex color #913A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913A2C is #6EC5D3. Grayscale: #525252. Windows color (decimal): -7259604 or 2898577. OLE color: 2898577.

HSL color Cylindrical-coordinate representation of color #913A2C: hue angle of 8.32º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #913A2C is Cyan = 0, Magento = 0.6, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB1455844-
CMYK00.60.700.43
HSL8.32º53.44%37.06%-
HSV(B)8.32º69.66%56.86%-
XYZ13.649.233.44-
YUV82.42106.32172.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.70%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 44 (17.58% from 255) = 17.81%
R=58.70%
G=23.48%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145584400.60.700.438.3253.4437.06
Hex913A2C03C462B83525
Octal221725407410653106545
Binary10010001111010101100011110010001101010111000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913A2C; }

 p { color: rgb(145,58,44); }

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

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

 a { background-color: rgb(145,58,44); }

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

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

 span { border-color: rgb(145,58,44); }

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