#993526

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

Shades of Thunderbird #993526

Tints of Thunderbird #993526

Color information

#993526 (or 0x993526) is unknown color: approx Thunderbird. HEX triplet: 99, 35 and 26. RGB value is (153,53,38). Sum of RGB (Red+Green+Blue) = 153+53+38=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #993526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993526 is #66CAD9. Grayscale: #515151. Windows color (decimal): -6736602 or 2504089. OLE color: 2504089.

HSL color Cylindrical-coordinate representation of color #993526: hue angle of 7.83º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993526 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB1535338-
CMYK00.650.750.4
HSL7.83º60.21%37.45%-
HSV(B)7.83º75.16%60%-
XYZ14.769.462.88-
YUV81.19103.63179.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.70%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 38 (15.23% from 255) = 15.57%
R=62.70%
G=21.72%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153533800.650.750.47.8360.2137.45
Hex9935260414B2883c25
Octal2316546010111350107445
Binary100110011101011001100100000110010111010001000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993526; }

 p { color: rgb(153,53,38); }

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

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

 a { background-color: rgb(153,53,38); }

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

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

 span { border-color: rgb(153,53,38); }

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