#95362A

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

Shades of Thunderbird #95362A

Tints of Thunderbird #95362A

Color information

#95362A (or 0x95362A) is unknown color: approx Thunderbird. HEX triplet: 95, 36 and 2A. RGB value is (149,54,42). Sum of RGB (Red+Green+Blue) = 149+54+42=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95362A is #6AC9D5. Grayscale: #515151. Windows color (decimal): -6998486 or 2766485. OLE color: 2766485.

HSL color Cylindrical-coordinate representation of color #95362A: hue angle of 6.73º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95362A is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1495442-
CMYK00.640.720.42
HSL6.73º56.02%37.45%-
HSV(B)6.73º71.81%58.43%-
XYZ14.139.23.22-
YUV81.04105.97176.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.82%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=60.82%
G=22.04%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149544200.640.720.426.7356.0237.45
Hex95362A040482A73825
Octal225665201001105277045
Binary10010101110110101010010000001001000101010111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95362A; }

 p { color: rgb(149,54,42); }

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

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

 a { background-color: rgb(149,54,42); }

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

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

 span { border-color: rgb(149,54,42); }

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