#9b3527

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

Shades of Thunderbird #9B3527

Tints of Thunderbird #9B3527

Color information

#9B3527 (or 0x9B3527) is unknown color: approx Thunderbird. HEX triplet: 9B, 35 and 27. RGB value is (155,53,39). Sum of RGB (Red+Green+Blue) = 155+53+39=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3527 is #64CAD8. Grayscale: #525252. Windows color (decimal): -6605529 or 2569627. OLE color: 2569627.

HSL color Cylindrical-coordinate representation of color #9B3527: hue angle of 7.24º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B3527 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB1555339-
CMYK00.660.750.39
HSL7.24º59.79%38.04%-
HSV(B)7.24º74.84%60.78%-
XYZ15.169.662.99-
YUV81.9103.79180.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.75%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 39 (15.62% from 255) = 15.79%
R=62.75%
G=21.46%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155533900.660.750.397.2459.7938.04
Hex9B35270424B2773c26
Octal233654701021134777446
Binary10011011110101100111010000101001011100111111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b3527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9b3527; }

 p { color: rgb(155,53,39); }

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

<style>
 a { background-color: #9b3527; }

 a { background-color: rgb(155,53,39); }

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

<style>
 span { border-color: #9b3527; }

 span { border-color: rgb(155,53,39); }

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