#913B2F

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

Shades of Thunderbird #913B2F

Tints of Thunderbird #913B2F

Color information

#913B2F (or 0x913B2F) is unknown color: approx Thunderbird. HEX triplet: 91, 3B and 2F. RGB value is (145,59,47). Sum of RGB (Red+Green+Blue) = 145+59+47=251 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.77% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 145 - color contains mainly: red. Hex color #913B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913B2F is #6EC4D0. Grayscale: #535353. Windows color (decimal): -7259345 or 3095441. OLE color: 3095441.

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

Color convert

RGB1455947-
CMYK00.590.680.43
HSL7.35º51.04%37.65%-
HSV(B)7.35º67.59%56.86%-
XYZ13.759.353.77-
YUV83.35107.49171.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 57.77%
GREEN value IS 59 (23.44% from 255) = 23.51%
BLUE value IS 47 (18.75% from 255) = 18.73%
R=57.77%
G=23.51%
B=18.73%

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
Decimal145594700.590.680.437.3551.0437.65
Hex913B2F03B442B73326
Octal22173570731045376346
Binary1001000111101110111101110111000100101011111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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