#9A392F

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

Shades of Thunderbird #9A392F

Tints of Thunderbird #9A392F

Color information

#9A392F (or 0x9A392F) is unknown color: approx Thunderbird. HEX triplet: 9A, 39 and 2F. RGB value is (154,57,47). Sum of RGB (Red+Green+Blue) = 154+57+47=258 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.69% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 154 - color contains mainly: red. Hex color #9A392F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A392F is #65C6D0. Grayscale: #545454. Windows color (decimal): -6670033 or 3094938. OLE color: 3094938.

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

Color convert

RGB1545747-
CMYK00.630.690.40
HSL5.61º53.23%39.41%-
HSV(B)5.61º69.48%60.39%-
XYZ15.3103.81-
YUV84.86106.64177.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 59.69%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 47 (18.75% from 255) = 18.22%
R=59.69%
G=22.09%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154574700.630.690.405.6153.2339.41
Hex9A392F03F452863527
Octal23271570771055066547
Binary1001101011100110111101111111000101101000110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,57,47); }

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

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

 a { background-color: rgb(154,57,47); }

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

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

 span { border-color: rgb(154,57,47); }

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