#953A2F

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

Shades of Thunderbird #953A2F

Tints of Thunderbird #953A2F

Color information

#953A2F (or 0x953A2F) is unknown color: approx Thunderbird. HEX triplet: 95, 3A and 2F. RGB value is (149,58,47). Sum of RGB (Red+Green+Blue) = 149+58+47=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #953A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A2F is #6AC5D0. Grayscale: #545454. Windows color (decimal): -6997457 or 3095189. OLE color: 3095189.

HSL color Cylindrical-coordinate representation of color #953A2F: hue angle of 6.47º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953A2F is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1495847-
CMYK00.610.680.42
HSL6.47º52.04%38.43%-
HSV(B)6.47º68.46%58.43%-
XYZ14.429.623.79-
YUV83.96107.15174.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.66%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 47 (18.75% from 255) = 18.50%
R=58.66%
G=22.83%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149584700.610.680.426.4752.0438.43
Hex953A2F03D442A63426
Octal22572570751045266446
Binary1001010111101010111101111011000100101010110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953A2F; }

 p { color: rgb(149,58,47); }

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

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

 a { background-color: rgb(149,58,47); }

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

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

 span { border-color: rgb(149,58,47); }

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