#9C3C32

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

Shades of Thunderbird #9C3C32

Tints of Thunderbird #9C3C32

Color information

#9C3C32 (or 0x9C3C32) is unknown color: approx Thunderbird. HEX triplet: 9C, 3C and 32. RGB value is (156,60,50). Sum of RGB (Red+Green+Blue) = 156+60+50=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3C32 is #63C3CD. Grayscale: #575757. Windows color (decimal): -6538190 or 3292316. OLE color: 3292316.

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

Color convert

RGB1566050-
CMYK00.620.680.39
HSL5.66º51.46%40.39%-
HSV(B)5.66º67.95%61.18%-
XYZ15.910.534.21-
YUV87.56106.8176.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.65%
GREEN value IS 60 (23.83% from 255) = 22.56%
BLUE value IS 50 (19.92% from 255) = 18.80%
R=58.65%
G=22.56%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156605000.620.680.395.6651.4640.39
Hex9C3C3203E442763328
Octal23474620761044766350
Binary1001110011110011001001111101000100100111110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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