#953C36

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

Shades of Thunderbird #953C36

Tints of Thunderbird #953C36

Color information

#953C36 (or 0x953C36) is unknown color: approx Thunderbird. HEX triplet: 95, 3C and 36. RGB value is (149,60,54). Sum of RGB (Red+Green+Blue) = 149+60+54=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #953C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C36 is #6AC3C9. Grayscale: #565656. Windows color (decimal): -6996938 or 3554453. OLE color: 3554453.

HSL color Cylindrical-coordinate representation of color #953C36: hue angle of 3.79º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953C36 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1496054-
CMYK00.600.640.42
HSL3.79º46.8%39.8%-
HSV(B)3.79º63.76%58.43%-
XYZ14.689.894.63-
YUV85.93109.99172.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.65%
GREEN value IS 60 (23.83% from 255) = 22.81%
BLUE value IS 54 (21.48% from 255) = 20.53%
R=56.65%
G=22.81%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149605400.600.640.423.7946.839.8
Hex953C3603C402A42f28
Octal22574660741005245750
Binary1001010111110011011001111001000000101010100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953C36; }

 p { color: rgb(149,60,54); }

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

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

 a { background-color: rgb(149,60,54); }

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

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

 span { border-color: rgb(149,60,54); }

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