#953429

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

Shades of Thunderbird #953429

Tints of Thunderbird #953429

Color information

#953429 (or 0x953429) is unknown color: approx Thunderbird. HEX triplet: 95, 34 and 29. RGB value is (149,52,41). Sum of RGB (Red+Green+Blue) = 149+52+41=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #953429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953429 is #6ACBD6. Grayscale: #4F4F4F. Windows color (decimal): -6998999 or 2700437. OLE color: 2700437.

HSL color Cylindrical-coordinate representation of color #953429: hue angle of 6.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953429 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1495241-
CMYK00.650.720.42
HSL6.11º56.84%37.25%-
HSV(B)6.11º72.48%58.43%-
XYZ14.029.013.1-
YUV79.75106.14177.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.57%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 41 (16.41% from 255) = 16.94%
R=61.57%
G=21.49%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149524100.650.720.426.1156.8437.25
Hex953429041482A63925
Octal225645101011105267145
Binary10010101110100101001010000011001000101010110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953429; }

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

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

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

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

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

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

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

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