#953A36

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

Shades of Thunderbird #953A36

Tints of Thunderbird #953A36

Color information

#953A36 (or 0x953A36) is unknown color: approx Thunderbird. HEX triplet: 95, 3A and 36. RGB value is (149,58,54). Sum of RGB (Red+Green+Blue) = 149+58+54=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #953A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A36 is #6AC5C9. Grayscale: #545454. Windows color (decimal): -6997450 or 3553941. OLE color: 3553941.

HSL color Cylindrical-coordinate representation of color #953A36: hue angle of 2.53º 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 #953A36 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1495854-
CMYK00.610.640.42
HSL2.53º46.8%39.8%-
HSV(B)2.53º63.76%58.43%-
XYZ14.579.684.59-
YUV84.75110.65173.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.09%
GREEN value IS 58 (23.05% from 255) = 22.22%
BLUE value IS 54 (21.48% from 255) = 20.69%
R=57.09%
G=22.22%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149585400.610.640.422.5346.839.8
Hex953A3603D402A32f28
Octal22572660751005235750
Binary100101011110101101100111101100000010101011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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