#9A3426

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

Shades of Thunderbird #9A3426

Tints of Thunderbird #9A3426

Color information

#9A3426 (or 0x9A3426) is unknown color: approx Thunderbird. HEX triplet: 9A, 34 and 26. RGB value is (154,52,38). Sum of RGB (Red+Green+Blue) = 154+52+38=244 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.11% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3426 is #65CBD9. Grayscale: #515151. Windows color (decimal): -6671322 or 2503834. OLE color: 2503834.

HSL color Cylindrical-coordinate representation of color #9A3426: hue angle of 7.24º 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 #9A3426 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB1545238-
CMYK00.660.750.40
HSL7.24º60.42%37.65%-
HSV(B)7.24º75.32%60.39%-
XYZ14.99.472.88-
YUV80.9103.79180.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 63.11%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 38 (15.23% from 255) = 15.57%
R=63.11%
G=21.31%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154523800.660.750.407.2460.4237.65
Hex9A34260424B2873c26
Octal232644601021135077446
Binary10011010110100100110010000101001011101000111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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