#913D34

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

Shades of Thunderbird #913D34

Tints of Thunderbird #913D34

Color information

#913D34 (or 0x913D34) is unknown color: approx Thunderbird. HEX triplet: 91, 3D and 34. RGB value is (145,61,52). Sum of RGB (Red+Green+Blue) = 145+61+52=258 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.20% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 145 - color contains mainly: red. Hex color #913D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913D34 is #6EC2CB. Grayscale: #555555. Windows color (decimal): -7258828 or 3423633. OLE color: 3423633.

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

Color convert

RGB1456152-
CMYK00.580.640.43
HSL5.81º47.21%38.63%-
HSV(B)5.81º64.14%56.86%-
XYZ13.979.614.37-
YUV85.09109.33170.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.20%
GREEN value IS 61 (24.22% from 255) = 23.64%
BLUE value IS 52 (20.70% from 255) = 20.16%
R=56.20%
G=23.64%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145615200.580.640.435.8147.2138.63
Hex913D3403A402B62f27
Octal22175640721005365747
Binary1001000111110111010001110101000000101011110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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