#953A2C

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

Shades of Thunderbird #953A2C

Tints of Thunderbird #953A2C

Color information

#953A2C (or 0x953A2C) is unknown color: approx Thunderbird. HEX triplet: 95, 3A and 2C. RGB value is (149,58,44). Sum of RGB (Red+Green+Blue) = 149+58+44=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #953A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A2C is #6AC5D3. Grayscale: #535353. Windows color (decimal): -6997460 or 2898581. OLE color: 2898581.

HSL color Cylindrical-coordinate representation of color #953A2C: hue angle of 8º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #953A2C is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1495844-
CMYK00.610.700.42
HSL54.4%37.84%-
HSV(B)70.47%58.43%-
XYZ14.369.63.48-
YUV83.61105.65174.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.36%
GREEN value IS 58 (23.05% from 255) = 23.11%
BLUE value IS 44 (17.58% from 255) = 17.53%
R=59.36%
G=23.11%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149584400.610.700.42854.437.84
Hex953A2C03D462A83626
Octal225725407510652106646
Binary10010101111010101100011110110001101010101000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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