#913E30

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

Shades of Thunderbird #913E30

Tints of Thunderbird #913E30

Color information

#913E30 (or 0x913E30) is unknown color: approx Thunderbird. HEX triplet: 91, 3E and 30. RGB value is (145,62,48). Sum of RGB (Red+Green+Blue) = 145+62+48=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #913E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913E30 is #6EC1CF. Grayscale: #555555. Windows color (decimal): -7258576 or 3161745. OLE color: 3161745.

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

Color convert

RGB1456248-
CMYK00.570.670.43
HSL8.66º50.26%37.84%-
HSV(B)8.66º66.9%56.86%-
XYZ13.939.683.93-
YUV85.22107170.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.86%
GREEN value IS 62 (24.61% from 255) = 24.31%
BLUE value IS 48 (19.14% from 255) = 18.82%
R=56.86%
G=24.31%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145624800.570.670.438.6650.2637.84
Hex913E30039432B93226
Octal221766007110353116246
Binary10010001111110110000011100110000111010111001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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