#913C2E

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

Shades of Thunderbird #913C2E

Tints of Thunderbird #913C2E

Color information

#913C2E (or 0x913C2E) is unknown color: approx Thunderbird. HEX triplet: 91, 3C and 2E. RGB value is (145,60,46). Sum of RGB (Red+Green+Blue) = 145+60+46=251 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.77% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 145 - color contains mainly: red. Hex color #913C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913C2E is #6EC3D1. Grayscale: #535353. Windows color (decimal): -7259090 or 3030161. OLE color: 3030161.

HSL color Cylindrical-coordinate representation of color #913C2E: hue angle of 8.48º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #913C2E is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB1456046-
CMYK00.590.680.43
HSL8.48º51.83%37.45%-
HSV(B)8.48º68.28%56.86%-
XYZ13.799.453.68-
YUV83.82106.66171.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 57.77%
GREEN value IS 60 (23.83% from 255) = 23.90%
BLUE value IS 46 (18.36% from 255) = 18.33%
R=57.77%
G=23.90%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145604600.590.680.438.4851.8337.45
Hex913C2E03B442B83425
Octal221745607310453106445
Binary10010001111100101110011101110001001010111000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,60,46); }

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

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

 a { background-color: rgb(145,60,46); }

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

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

 span { border-color: rgb(145,60,46); }

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