#9A3626

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

Shades of Thunderbird #9A3626

Tints of Thunderbird #9A3626

Color information

#9A3626 (or 0x9A3626) is unknown color: approx Thunderbird. HEX triplet: 9A, 36 and 26. RGB value is (154,54,38). Sum of RGB (Red+Green+Blue) = 154+54+38=246 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.60% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3626 is #65C9D9. Grayscale: #525252. Windows color (decimal): -6670810 or 2504346. OLE color: 2504346.

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

Color convert

RGB1545438-
CMYK00.650.750.40
HSL8.28º60.42%37.65%-
HSV(B)8.28º75.32%60.39%-
XYZ159.652.91-
YUV82.08103.13179.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 62.60%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 38 (15.23% from 255) = 15.45%
R=62.60%
G=21.95%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154543800.650.750.408.2860.4237.65
Hex9A36260414B2883c26
Octal2326646010111350107446
Binary100110101101101001100100000110010111010001000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A3626; }

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

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

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

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

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

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

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

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