#9C3C30

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

Shades of Thunderbird #9C3C30

Tints of Thunderbird #9C3C30

Color information

#9C3C30 (or 0x9C3C30) is unknown color: approx Thunderbird. HEX triplet: 9C, 3C and 30. RGB value is (156,60,48). Sum of RGB (Red+Green+Blue) = 156+60+48=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3C30 is #63C3CF. Grayscale: #575757. Windows color (decimal): -6538192 or 3161244. OLE color: 3161244.

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

Color convert

RGB1566048-
CMYK00.620.690.39
HSL6.67º52.94%40%-
HSV(B)6.67º69.23%61.18%-
XYZ15.8610.513.99-
YUV87.34105.8176.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.09%
GREEN value IS 60 (23.83% from 255) = 22.73%
BLUE value IS 48 (19.14% from 255) = 18.18%
R=59.09%
G=22.73%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156604800.620.690.396.6752.9440
Hex9C3C3003E452773528
Octal23474600761054776550
Binary1001110011110011000001111101000101100111111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,60,48); }

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

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

 a { background-color: rgb(156,60,48); }

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

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

 span { border-color: rgb(156,60,48); }

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