#913A2E

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

Shades of Thunderbird #913A2E

Tints of Thunderbird #913A2E

Color information

#913A2E (or 0x913A2E) is unknown color: approx Thunderbird. HEX triplet: 91, 3A and 2E. RGB value is (145,58,46). Sum of RGB (Red+Green+Blue) = 145+58+46=249 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.23% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 145 - color contains mainly: red. Hex color #913A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913A2E is #6EC5D1. Grayscale: #525252. Windows color (decimal): -7259602 or 3029649. OLE color: 3029649.

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

Color convert

RGB1455846-
CMYK00.60.680.43
HSL7.27º51.83%37.45%-
HSV(B)7.27º68.28%56.86%-
XYZ13.689.243.65-
YUV82.64107.32172.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.23%
GREEN value IS 58 (23.05% from 255) = 23.29%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=58.23%
G=23.29%
B=18.47%

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
Decimal145584600.60.680.437.2751.8337.45
Hex913A2E03C442B73425
Octal22172560741045376445
Binary1001000111101010111001111001000100101011111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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