#9A3425

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

Shades of Thunderbird #9A3425

Tints of Thunderbird #9A3425

Color information

#9A3425 (or 0x9A3425) is unknown color: approx Thunderbird. HEX triplet: 9A, 34 and 25. RGB value is (154,52,37). Sum of RGB (Red+Green+Blue) = 154+52+37=243 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.37% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3425 is #65CBDA. Grayscale: #505050. Windows color (decimal): -6671323 or 2438298. OLE color: 2438298.

HSL color Cylindrical-coordinate representation of color #9A3425: hue angle of 7.69º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A3425 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB1545237-
CMYK00.660.760.40
HSL7.69º61.26%37.45%-
HSV(B)7.69º75.97%60.39%-
XYZ14.899.462.79-
YUV80.79103.29180.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 63.37%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 37 (14.84% from 255) = 15.23%
R=63.37%
G=21.40%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154523700.660.760.407.6961.2637.45
Hex9A34250424C2883d25
Octal2326445010211450107545
Binary100110101101001001010100001010011001010001000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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