#95382E

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

Shades of Thunderbird #95382E

Tints of Thunderbird #95382E

Color information

#95382E (or 0x95382E) is unknown color: approx Thunderbird. HEX triplet: 95, 38 and 2E. RGB value is (149,56,46). Sum of RGB (Red+Green+Blue) = 149+56+46=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #95382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95382E is #6AC7D1. Grayscale: #525252. Windows color (decimal): -6997970 or 3029141. OLE color: 3029141.

HSL color Cylindrical-coordinate representation of color #95382E: hue angle of 5.83º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95382E is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1495646-
CMYK00.620.690.42
HSL5.83º52.82%38.24%-
HSV(B)5.83º69.13%58.43%-
XYZ14.39.423.65-
YUV82.67107.31175.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.36%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 46 (18.36% from 255) = 18.33%
R=59.36%
G=22.31%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149564600.620.690.425.8352.8238.24
Hex95382E03E452A63526
Octal22570560761055266546
Binary1001010111100010111001111101000101101010110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95382E; }

 p { color: rgb(149,56,46); }

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

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

 a { background-color: rgb(149,56,46); }

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

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

 span { border-color: rgb(149,56,46); }

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