#9A3A2C

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

Shades of Thunderbird #9A3A2C

Tints of Thunderbird #9A3A2C

Color information

#9A3A2C (or 0x9A3A2C) is unknown color: approx Thunderbird. HEX triplet: 9A, 3A and 2C. RGB value is (154,58,44). Sum of RGB (Red+Green+Blue) = 154+58+44=256 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.16% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3A2C is #65C5D3. Grayscale: #555555. Windows color (decimal): -6669780 or 2898586. OLE color: 2898586.

HSL color Cylindrical-coordinate representation of color #9A3A2C: hue angle of 7.64º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A3A2C is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB1545844-
CMYK00.620.710.40
HSL7.64º55.56%38.82%-
HSV(B)7.64º71.43%60.39%-
XYZ15.2910.083.52-
YUV85.11104.8177.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 60.16%
GREEN value IS 58 (23.05% from 255) = 22.66%
BLUE value IS 44 (17.58% from 255) = 17.19%
R=60.16%
G=22.66%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154584400.620.710.407.6455.5638.82
Hex9A3A2C03E472883827
Octal232725407610750107047
Binary10011010111010101100011111010001111010001000111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,58,44); }

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

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

 a { background-color: rgb(154,58,44); }

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

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

 span { border-color: rgb(154,58,44); }

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