#953328

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

Shades of Thunderbird #953328

Tints of Thunderbird #953328

Color information

#953328 (or 0x953328) is unknown color: approx Thunderbird. HEX triplet: 95, 33 and 28. RGB value is (149,51,40). Sum of RGB (Red+Green+Blue) = 149+51+40=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #953328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953328 is #6ACCD7. Grayscale: #4F4F4F. Windows color (decimal): -6999256 or 2634645. OLE color: 2634645.

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

Color convert

RGB1495140-
CMYK00.660.730.42
HSL6.06º57.67%37.06%-
HSV(B)6.06º73.15%58.43%-
XYZ13.968.912.99-
YUV79.05105.97177.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.08%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 40 (16.02% from 255) = 16.67%
R=62.08%
G=21.25%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149514000.660.730.426.0657.6737.06
Hex953328042492A63a25
Octal225635001021115267245
Binary10010101110011101000010000101001001101010110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953328; }

 p { color: rgb(149,51,40); }

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

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

 a { background-color: rgb(149,51,40); }

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

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

 span { border-color: rgb(149,51,40); }

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