#953633

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

Shades of Thunderbird #953633

Tints of Thunderbird #953633

Color information

#953633 (or 0x953633) is unknown color: approx Thunderbird. HEX triplet: 95, 36 and 33. RGB value is (149,54,51). Sum of RGB (Red+Green+Blue) = 149+54+51=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #953633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953633 is #6AC9CC. Grayscale: #525252. Windows color (decimal): -6998477 or 3356309. OLE color: 3356309.

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

Color convert

RGB1495451-
CMYK00.640.660.42
HSL1.84º49%39.22%-
HSV(B)1.84º65.77%58.43%-
XYZ14.319.274.17-
YUV82.06110.47175.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.66%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 51 (20.31% from 255) = 20.08%
R=58.66%
G=21.26%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149545100.640.660.421.844939.22
Hex953633040422A23127
Octal225666301001025226147
Binary1001010111011011001101000000100001010101010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953633; }

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

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

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

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

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

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

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

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