#963732

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

Shades of Thunderbird #963732

Tints of Thunderbird #963732

Color information

#963732 (or 0x963732) is unknown color: approx Thunderbird. HEX triplet: 96, 37 and 32. RGB value is (150,55,50). Sum of RGB (Red+Green+Blue) = 150+55+50=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #963732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963732 is #69C8CD. Grayscale: #525252. Windows color (decimal): -6932686 or 3291030. OLE color: 3291030.

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

Color convert

RGB1505550-
CMYK00.630.670.41
HSL50%39.22%-
HSV(B)66.67%58.82%-
XYZ14.529.454.08-
YUV82.84109.47175.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.82%
GREEN value IS 55 (21.88% from 255) = 21.57%
BLUE value IS 50 (19.92% from 255) = 19.61%
R=58.82%
G=21.57%
B=19.61%

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
Decimal150555000.630.670.4135039.22
Hex96373203F432933227
Octal22667620771035136247
Binary100101101101111100100111111100001110100111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963732; }

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

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

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

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

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

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

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

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