#963832

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

Shades of Thunderbird #963832

Tints of Thunderbird #963832

Color information

#963832 (or 0x963832) is unknown color: approx Thunderbird. HEX triplet: 96, 38 and 32. RGB value is (150,56,50). Sum of RGB (Red+Green+Blue) = 150+56+50=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #963832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963832 is #69C7CD. Grayscale: #535353. Windows color (decimal): -6932430 or 3291286. OLE color: 3291286.

HSL color Cylindrical-coordinate representation of color #963832: hue angle of 3.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963832 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB1505650-
CMYK00.630.670.41
HSL3.6º50%39.22%-
HSV(B)3.6º66.67%58.82%-
XYZ14.579.544.09-
YUV83.42109.14175.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.59%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 50 (19.92% from 255) = 19.53%
R=58.59%
G=21.88%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150565000.630.670.413.65039.22
Hex96383203F432943227
Octal22670620771035146247
Binary1001011011100011001001111111000011101001100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963832; }

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

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

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

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

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

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

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

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