#953433

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

Shades of Thunderbird #953433

Tints of Thunderbird #953433

Color information

#953433 (or 0x953433) is unknown color: approx Thunderbird. HEX triplet: 95, 34 and 33. RGB value is (149,52,51). Sum of RGB (Red+Green+Blue) = 149+52+51=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #953433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953433 is #6ACBCC. Grayscale: #505050. Windows color (decimal): -6998989 or 3355797. OLE color: 3355797.

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

Color convert

RGB1495251-
CMYK00.650.660.42
HSL0.61º49%39.22%-
HSV(B)0.61º65.77%58.43%-
XYZ14.229.084.14-
YUV80.89111.14176.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.13%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 51 (20.31% from 255) = 20.24%
R=59.13%
G=20.63%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149525100.650.660.420.614939.22
Hex953433041422A13127
Octal225646301011025216147
Binary100101011101001100110100000110000101010101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953433; }

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

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

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

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

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

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

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

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