#95382C

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

Shades of Thunderbird #95382C

Tints of Thunderbird #95382C

Color information

#95382C (or 0x95382C) is unknown color: approx Thunderbird. HEX triplet: 95, 38 and 2C. RGB value is (149,56,44). Sum of RGB (Red+Green+Blue) = 149+56+44=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #95382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95382C is #6AC7D3. Grayscale: #525252. Windows color (decimal): -6997972 or 2898069. OLE color: 2898069.

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

Color convert

RGB1495644-
CMYK00.620.700.42
HSL6.86º54.4%37.84%-
HSV(B)6.86º70.47%58.43%-
XYZ14.269.43.45-
YUV82.44106.31175.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.84%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 44 (17.58% from 255) = 17.67%
R=59.84%
G=22.49%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149564400.620.700.426.8654.437.84
Hex95382C03E462A73626
Octal22570540761065276646
Binary1001010111100010110001111101000110101010111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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