#953635

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

Shades of Thunderbird #953635

Tints of Thunderbird #953635

Color information

#953635 (or 0x953635) is unknown color: approx Thunderbird. HEX triplet: 95, 36 and 35. RGB value is (149,54,53). Sum of RGB (Red+Green+Blue) = 149+54+53=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #953635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953635 is #6AC9CA. Grayscale: #525252. Windows color (decimal): -6998475 or 3487381. OLE color: 3487381.

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

Color convert

RGB1495453-
CMYK00.640.640.42
HSL0.63º47.52%39.61%-
HSV(B)0.63º64.43%58.43%-
XYZ14.369.284.4-
YUV82.29111.47175.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.20%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=58.20%
G=21.09%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149545300.640.640.420.6347.5239.61
Hex953635040402A13028
Octal225666501001005216050
Binary100101011101101101010100000010000001010101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953635; }

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

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

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

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

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

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

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

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