#993832

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

Shades of Thunderbird #993832

Tints of Thunderbird #993832

Color information

#993832 (or 0x993832) is unknown color: approx Thunderbird. HEX triplet: 99, 38 and 32. RGB value is (153,56,50). Sum of RGB (Red+Green+Blue) = 153+56+50=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #993832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993832 is #66C7CD. Grayscale: #545454. Windows color (decimal): -6735822 or 3291289. OLE color: 3291289.

HSL color Cylindrical-coordinate representation of color #993832: hue angle of 3.5º 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 #993832 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB1535650-
CMYK00.630.670.4
HSL3.5º50.74%39.8%-
HSV(B)3.5º67.32%60%-
XYZ15.139.834.12-
YUV84.32108.64176.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.07%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 50 (19.92% from 255) = 19.31%
R=59.07%
G=21.62%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153565000.630.670.43.550.7439.8
Hex99383203F432833328
Octal23170620771035036350
Binary100110011110001100100111111100001110100011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993832; }

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

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

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

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

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

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

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

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