#953E31

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

Shades of Thunderbird #953E31

Tints of Thunderbird #953E31

Color information

#953E31 (or 0x953E31) is unknown color: approx Thunderbird. HEX triplet: 95, 3E and 31. RGB value is (149,62,49). Sum of RGB (Red+Green+Blue) = 149+62+49=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #953E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E31 is #6AC1CE. Grayscale: #565656. Windows color (decimal): -6996431 or 3227285. OLE color: 3227285.

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

Color convert

RGB1496249-
CMYK00.580.670.42
HSL7.8º50.51%38.82%-
HSV(B)7.8º67.11%58.43%-
XYZ14.6710.064.07-
YUV86.53106.82172.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.31%
GREEN value IS 62 (24.61% from 255) = 23.85%
BLUE value IS 49 (19.53% from 255) = 18.85%
R=57.31%
G=23.85%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149624900.580.670.427.850.5138.82
Hex953E3103A432A83327
Octal225766107210352106347
Binary10010101111110110001011101010000111010101000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,62,49); }

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

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

 a { background-color: rgb(149,62,49); }

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

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

 span { border-color: rgb(149,62,49); }

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