#913D33

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

Shades of Thunderbird #913D33

Tints of Thunderbird #913D33

Color information

#913D33 (or 0x913D33) is unknown color: approx Thunderbird. HEX triplet: 91, 3D and 33. RGB value is (145,61,51). Sum of RGB (Red+Green+Blue) = 145+61+51=257 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.42% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 145 - color contains mainly: red. Hex color #913D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913D33 is #6EC2CC. Grayscale: #555555. Windows color (decimal): -7258829 or 3358097. OLE color: 3358097.

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

Color convert

RGB1456151-
CMYK00.580.650.43
HSL6.38º47.96%38.43%-
HSV(B)6.38º64.83%56.86%-
XYZ13.949.64.25-
YUV84.98108.83170.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.42%
GREEN value IS 61 (24.22% from 255) = 23.74%
BLUE value IS 51 (20.31% from 255) = 19.84%
R=56.42%
G=23.74%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145615100.580.650.436.3847.9638.43
Hex913D3303A412B63026
Octal22175630721015366046
Binary1001000111110111001101110101000001101011110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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