#913D30

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

Shades of Thunderbird #913D30

Tints of Thunderbird #913D30

Color information

#913D30 (or 0x913D30) is unknown color: approx Thunderbird. HEX triplet: 91, 3D and 30. RGB value is (145,61,48). Sum of RGB (Red+Green+Blue) = 145+61+48=254 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.09% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 145 - color contains mainly: red. Hex color #913D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913D30 is #6EC2CF. Grayscale: #545454. Windows color (decimal): -7258832 or 3161489. OLE color: 3161489.

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

Color convert

RGB1456148-
CMYK00.580.670.43
HSL8.04º50.26%37.84%-
HSV(B)8.04º66.9%56.86%-
XYZ13.889.573.91-
YUV84.63107.33171.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 57.09%
GREEN value IS 61 (24.22% from 255) = 24.02%
BLUE value IS 48 (19.14% from 255) = 18.90%
R=57.09%
G=24.02%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145614800.580.670.438.0450.2637.84
Hex913D3003A432B83226
Octal221756007210353106246
Binary10010001111101110000011101010000111010111000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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