#993C32

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

Shades of Thunderbird #993C32

Tints of Thunderbird #993C32

Color information

#993C32 (or 0x993C32) is unknown color: approx Thunderbird. HEX triplet: 99, 3C and 32. RGB value is (153,60,50). Sum of RGB (Red+Green+Blue) = 153+60+50=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #993C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C32 is #66C3CD. Grayscale: #565656. Windows color (decimal): -6734798 or 3292313. OLE color: 3292313.

HSL color Cylindrical-coordinate representation of color #993C32: hue angle of 5.83º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993C32 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB1536050-
CMYK00.610.670.4
HSL5.83º50.74%39.8%-
HSV(B)5.83º67.32%60%-
XYZ15.3310.234.19-
YUV86.67107.31175.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.17%
GREEN value IS 60 (23.83% from 255) = 22.81%
BLUE value IS 50 (19.92% from 255) = 19.01%
R=58.17%
G=22.81%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153605000.610.670.45.8350.7439.8
Hex993C3203D432863328
Octal23174620751035066350
Binary1001100111110011001001111011000011101000110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993C32; }

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

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

<style>
 a { background-color: #993C32; }

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

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

<style>
 span { border-color: #993C32; }

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

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