#913D38

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

Shades of Thunderbird #913D38

Tints of Thunderbird #913D38

Color information

#913D38 (or 0x913D38) is unknown color: approx Thunderbird. HEX triplet: 91, 3D and 38. RGB value is (145,61,56). Sum of RGB (Red+Green+Blue) = 145+61+56=262 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.34% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 145 - color contains mainly: red. Hex color #913D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913D38 is #6EC2C7. Grayscale: #555555. Windows color (decimal): -7258824 or 3685777. OLE color: 3685777.

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

Color convert

RGB1456156-
CMYK00.580.610.43
HSL3.37º44.28%39.41%-
HSV(B)3.37º61.38%56.86%-
XYZ14.069.644.86-
YUV85.55111.33170.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.34%
GREEN value IS 61 (24.22% from 255) = 23.28%
BLUE value IS 56 (22.27% from 255) = 21.37%
R=55.34%
G=23.28%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145615600.580.610.433.3744.2839.41
Hex913D3803A3D2B32c27
Octal2217570072755335447
Binary10010001111101111000011101011110110101111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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