#913B38

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

Shades of Thunderbird #913B38

Tints of Thunderbird #913B38

Color information

#913B38 (or 0x913B38) is unknown color: approx Thunderbird. HEX triplet: 91, 3B and 38. RGB value is (145,59,56). Sum of RGB (Red+Green+Blue) = 145+59+56=260 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.77% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 145 - color contains mainly: red. Hex color #913B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913B38 is #6EC4C7. Grayscale: #545454. Windows color (decimal): -7259336 or 3685265. OLE color: 3685265.

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

Color convert

RGB1455956-
CMYK00.590.610.43
HSL2.02º44.28%39.41%-
HSV(B)2.02º61.38%56.86%-
XYZ13.959.434.83-
YUV84.37111.99171.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.77%
GREEN value IS 59 (23.44% from 255) = 22.69%
BLUE value IS 56 (22.27% from 255) = 21.54%
R=55.77%
G=22.69%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145595600.590.610.432.0244.2839.41
Hex913B3803B3D2B22c27
Octal2217370073755325447
Binary10010001111011111000011101111110110101110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,59,56); }

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

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

 a { background-color: rgb(145,59,56); }

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

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

 span { border-color: rgb(145,59,56); }

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