#913B2E

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

Shades of Thunderbird #913B2E

Tints of Thunderbird #913B2E

Color information

#913B2E (or 0x913B2E) is unknown color: approx Thunderbird. HEX triplet: 91, 3B and 2E. RGB value is (145,59,46). Sum of RGB (Red+Green+Blue) = 145+59+46=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #913B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913B2E is #6EC4D1. Grayscale: #535353. Windows color (decimal): -7259346 or 3029905. OLE color: 3029905.

HSL color Cylindrical-coordinate representation of color #913B2E: hue angle of 7.88º 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 #913B2E is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB1455946-
CMYK00.590.680.43
HSL7.88º51.83%37.45%-
HSV(B)7.88º68.28%56.86%-
XYZ13.739.343.66-
YUV83.23106.99172.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58%
GREEN value IS 59 (23.44% from 255) = 23.6%
BLUE value IS 46 (18.36% from 255) = 18.4%
R=58%
G=23.6%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145594600.590.680.437.8851.8337.45
Hex913B2E03B442B83425
Octal221735607310453106445
Binary10010001111011101110011101110001001010111000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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