#913A2F

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

Shades of Thunderbird #913A2F

Tints of Thunderbird #913A2F

Color information

#913A2F (or 0x913A2F) is unknown color: approx Thunderbird. HEX triplet: 91, 3A and 2F. RGB value is (145,58,47). Sum of RGB (Red+Green+Blue) = 145+58+47=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #913A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913A2F is #6EC5D0. Grayscale: #525252. Windows color (decimal): -7259601 or 3095185. OLE color: 3095185.

HSL color Cylindrical-coordinate representation of color #913A2F: hue angle of 6.73º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #913A2F is Cyan = 0, Magento = 0.6, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB1455847-
CMYK00.60.680.43
HSL6.73º51.04%37.65%-
HSV(B)6.73º67.59%56.86%-
XYZ13.79.253.75-
YUV82.76107.82172.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 47 (18.75% from 255) = 18.8%
R=58%
G=23.2%
B=18.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145584700.60.680.436.7351.0437.65
Hex913A2F03C442B73326
Octal22172570741045376346
Binary1001000111101010111101111001000100101011111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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