#953736

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

Shades of Thunderbird #953736

Tints of Thunderbird #953736

Color information

#953736 (or 0x953736) is unknown color: approx Thunderbird. HEX triplet: 95, 37 and 36. RGB value is (149,55,54). Sum of RGB (Red+Green+Blue) = 149+55+54=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #953736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953736 is #6AC8C9. Grayscale: #535353. Windows color (decimal): -6998218 or 3553173. OLE color: 3553173.

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

Color convert

RGB1495554-
CMYK00.630.640.42
HSL0.63º46.8%39.8%-
HSV(B)0.63º63.76%58.43%-
XYZ14.439.394.54-
YUV82.99111.64175.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.75%
GREEN value IS 55 (21.88% from 255) = 21.32%
BLUE value IS 54 (21.48% from 255) = 20.93%
R=57.75%
G=21.32%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149555400.630.640.420.6346.839.8
Hex95373603F402A12f28
Octal22567660771005215750
Binary10010101110111110110011111110000001010101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953736; }

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

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

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

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

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

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

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

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