#913E32

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

Shades of Thunderbird #913E32

Tints of Thunderbird #913E32

Color information

#913E32 (or 0x913E32) is unknown color: approx Thunderbird. HEX triplet: 91, 3E and 32. RGB value is (145,62,50). Sum of RGB (Red+Green+Blue) = 145+62+50=257 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.42% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 145 - color contains mainly: red. Hex color #913E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913E32 is #6EC1CD. Grayscale: #555555. Windows color (decimal): -7258574 or 3292817. OLE color: 3292817.

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

Color convert

RGB1456250-
CMYK00.570.660.43
HSL7.58º48.72%38.24%-
HSV(B)7.58º65.52%56.86%-
XYZ13.989.74.15-
YUV85.45108170.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.42%
GREEN value IS 62 (24.61% from 255) = 24.12%
BLUE value IS 50 (19.92% from 255) = 19.46%
R=56.42%
G=24.12%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145625000.570.660.437.5848.7238.24
Hex913E32039422B83126
Octal221766207110253106146
Binary10010001111110110010011100110000101010111000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,62,50); }

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

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

 a { background-color: rgb(145,62,50); }

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

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

 span { border-color: rgb(145,62,50); }

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