#95392F

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

Shades of Thunderbird #95392F

Tints of Thunderbird #95392F

Color information

#95392F (or 0x95392F) is unknown color: approx Thunderbird. HEX triplet: 95, 39 and 2F. RGB value is (149,57,47). Sum of RGB (Red+Green+Blue) = 149+57+47=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #95392F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95392F is #6AC6D0. Grayscale: #535353. Windows color (decimal): -6997713 or 3094933. OLE color: 3094933.

HSL color Cylindrical-coordinate representation of color #95392F: hue angle of 5.88º 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 #95392F is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1495747-
CMYK00.620.680.42
HSL5.88º52.04%38.43%-
HSV(B)5.88º68.46%58.43%-
XYZ14.379.523.77-
YUV83.37107.48174.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.89%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 47 (18.75% from 255) = 18.58%
R=58.89%
G=22.53%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149574700.620.680.425.8852.0438.43
Hex95392F03E442A63426
Octal22571570761045266446
Binary1001010111100110111101111101000100101010110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95392F; }

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

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

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

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

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

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

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

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