#9D3422

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

Shades of Thunderbird #9D3422

Tints of Thunderbird #9D3422

Color information

#9D3422 (or 0x9D3422) is unknown color: approx Thunderbird. HEX triplet: 9D, 34 and 22. RGB value is (157,52,34). Sum of RGB (Red+Green+Blue) = 157+52+34=243 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.61% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3422 is #62CBDD. Grayscale: #515151. Windows color (decimal): -6474718 or 2241693. OLE color: 2241693.

HSL color Cylindrical-coordinate representation of color #9D3422: hue angle of 8.78º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D3422 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB1575234-
CMYK00.670.780.38
HSL8.78º64.4%37.45%-
HSV(B)8.78º78.34%61.57%-
XYZ15.429.742.58-
YUV81.34101.29181.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 64.61%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 34 (13.67% from 255) = 13.99%
R=64.61%
G=21.40%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157523400.670.780.388.7864.437.45
Hex9D34220434E2694025
Octal23564420103116461110045
Binary1001110111010010001001000011100111010011010011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,52,34); }

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

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

 a { background-color: rgb(157,52,34); }

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

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

 span { border-color: rgb(157,52,34); }

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