#913F36

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

Shades of Thunderbird #913F36

Tints of Thunderbird #913F36

Color information

#913F36 (or 0x913F36) is unknown color: approx Thunderbird. HEX triplet: 91, 3F and 36. RGB value is (145,63,54). Sum of RGB (Red+Green+Blue) = 145+63+54=262 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.34% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 145 - color contains mainly: red. Hex color #913F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913F36 is #6EC0C9. Grayscale: #565656. Windows color (decimal): -7258314 or 3555217. OLE color: 3555217.

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

Color convert

RGB1456354-
CMYK00.570.630.43
HSL5.93º45.73%39.02%-
HSV(B)5.93º62.76%56.86%-
XYZ14.129.844.65-
YUV86.49109.67169.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.34%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 54 (21.48% from 255) = 20.61%
R=55.34%
G=24.05%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145635400.570.630.435.9345.7339.02
Hex913F360393F2B62e27
Octal2217766071775365647
Binary100100011111111101100111001111111101011110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,63,54); }

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

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

 a { background-color: rgb(145,63,54); }

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

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

 span { border-color: rgb(145,63,54); }

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