#963828

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

Shades of Thunderbird #963828

Tints of Thunderbird #963828

Color information

#963828 (or 0x963828) is unknown color: approx Thunderbird. HEX triplet: 96, 38 and 28. RGB value is (150,56,40). Sum of RGB (Red+Green+Blue) = 150+56+40=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #963828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963828 is #69C7D7. Grayscale: #525252. Windows color (decimal): -6932440 or 2635926. OLE color: 2635926.

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

Color convert

RGB1505640-
CMYK00.630.730.41
HSL8.73º57.89%37.25%-
HSV(B)8.73º73.33%58.82%-
XYZ14.379.473.08-
YUV82.28104.14176.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.98%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 40 (16.02% from 255) = 16.26%
R=60.98%
G=22.76%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150564000.630.730.418.7357.8937.25
Hex96382803F492993a25
Octal226705007711151117245
Binary10010110111000101000011111110010011010011001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963828; }

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

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

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

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

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

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

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

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