#993626

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

Shades of Thunderbird #993626

Tints of Thunderbird #993626

Color information

#993626 (or 0x993626) is unknown color: approx Thunderbird. HEX triplet: 99, 36 and 26. RGB value is (153,54,38). Sum of RGB (Red+Green+Blue) = 153+54+38=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #993626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993626 is #66C9D9. Grayscale: #515151. Windows color (decimal): -6736346 or 2504345. OLE color: 2504345.

HSL color Cylindrical-coordinate representation of color #993626: hue angle of 8.35º 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 #993626 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB1535438-
CMYK00.650.750.4
HSL8.35º60.21%37.45%-
HSV(B)8.35º75.16%60%-
XYZ14.819.552.9-
YUV81.78103.3178.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.45%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 38 (15.23% from 255) = 15.51%
R=62.45%
G=22.04%
B=15.51%

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
Decimal153543800.650.750.48.3560.2137.45
Hex9936260414B2883c25
Octal2316646010111350107445
Binary100110011101101001100100000110010111010001000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993626; }

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

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

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

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

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

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

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

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