#9B3626

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

Shades of Thunderbird #9B3626

Tints of Thunderbird #9B3626

Color information

#9B3626 (or 0x9B3626) is unknown color: approx Thunderbird. HEX triplet: 9B, 36 and 26. RGB value is (155,54,38). Sum of RGB (Red+Green+Blue) = 155+54+38=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3626 is #64C9D9. Grayscale: #525252. Windows color (decimal): -6605274 or 2504347. OLE color: 2504347.

HSL color Cylindrical-coordinate representation of color #9B3626: hue angle of 8.21º degrees, saturation: 0.61, 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 #9B3626 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB1555438-
CMYK00.650.750.39
HSL8.21º60.62%37.84%-
HSV(B)8.21º75.48%60.78%-
XYZ15.199.752.91-
YUV82.37102.96179.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.75%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 38 (15.23% from 255) = 15.38%
R=62.75%
G=21.86%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155543800.650.750.398.2160.6237.84
Hex9B36260414B2783d26
Octal2336646010111347107546
Binary100110111101101001100100000110010111001111000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,54,38); }

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

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

 a { background-color: rgb(155,54,38); }

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

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

 span { border-color: rgb(155,54,38); }

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