#953731

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

Shades of Thunderbird #953731

Tints of Thunderbird #953731

Color information

#953731 (or 0x953731) is unknown color: approx Thunderbird. HEX triplet: 95, 37 and 31. RGB value is (149,55,49). Sum of RGB (Red+Green+Blue) = 149+55+49=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #953731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953731 is #6AC8CE. Grayscale: #525252. Windows color (decimal): -6998223 or 3225493. OLE color: 3225493.

HSL color Cylindrical-coordinate representation of color #953731: hue angle of 3.6º 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 #953731 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1495549-
CMYK00.630.670.42
HSL3.6º50.51%38.82%-
HSV(B)3.6º67.11%58.43%-
XYZ14.319.343.95-
YUV82.42109.14175.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.89%
GREEN value IS 55 (21.88% from 255) = 21.74%
BLUE value IS 49 (19.53% from 255) = 19.37%
R=58.89%
G=21.74%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149554900.630.670.423.650.5138.82
Hex95373103F432A43327
Octal22567610771035246347
Binary1001010111011111000101111111000011101010100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953731; }

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

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

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

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

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

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

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

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