#913F33

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

Shades of Thunderbird #913F33

Tints of Thunderbird #913F33

Color information

#913F33 (or 0x913F33) is unknown color: approx Thunderbird. HEX triplet: 91, 3F and 33. RGB value is (145,63,51). Sum of RGB (Red+Green+Blue) = 145+63+51=259 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.98% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 145 - color contains mainly: red. Hex color #913F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913F33 is #6EC0CC. Grayscale: #565656. Windows color (decimal): -7258317 or 3358609. OLE color: 3358609.

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

Color convert

RGB1456351-
CMYK00.570.650.43
HSL7.66º47.96%38.43%-
HSV(B)7.66º64.83%56.86%-
XYZ14.059.814.29-
YUV86.15108.17169.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.98%
GREEN value IS 63 (25% from 255) = 24.32%
BLUE value IS 51 (20.31% from 255) = 19.69%
R=55.98%
G=24.32%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145635100.570.650.437.6647.9638.43
Hex913F33039412B83026
Octal221776307110153106046
Binary10010001111111110011011100110000011010111000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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