#953A34

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

Shades of Thunderbird #953A34

Tints of Thunderbird #953A34

Color information

#953A34 (or 0x953A34) is unknown color: approx Thunderbird. HEX triplet: 95, 3A and 34. RGB value is (149,58,52). Sum of RGB (Red+Green+Blue) = 149+58+52=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #953A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A34 is #6AC5CB. Grayscale: #545454. Windows color (decimal): -6997452 or 3422869. OLE color: 3422869.

HSL color Cylindrical-coordinate representation of color #953A34: hue angle of 3.71º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953A34 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB1495852-
CMYK00.610.650.42
HSL3.71º48.26%39.41%-
HSV(B)3.71º65.1%58.43%-
XYZ14.539.664.35-
YUV84.52109.65173.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.53%
GREEN value IS 58 (23.05% from 255) = 22.39%
BLUE value IS 52 (20.70% from 255) = 20.08%
R=57.53%
G=22.39%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149585200.610.650.423.7148.2639.41
Hex953A3403D412A43027
Octal22572640751015246047
Binary1001010111101011010001111011000001101010100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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