#98352C

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

Shades of Thunderbird #98352C

Tints of Thunderbird #98352C

Color information

#98352C (or 0x98352C) is unknown color: approx Thunderbird. HEX triplet: 98, 35 and 2C. RGB value is (152,53,44). Sum of RGB (Red+Green+Blue) = 152+53+44=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #98352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98352C is #67CAD3. Grayscale: #515151. Windows color (decimal): -6802132 or 2897304. OLE color: 2897304.

HSL color Cylindrical-coordinate representation of color #98352C: hue angle of 5º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98352C is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB1525344-
CMYK00.650.710.40
HSL55.1%38.43%-
HSV(B)71.05%59.61%-
XYZ14.689.43.42-
YUV81.58106.8178.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.04%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 44 (17.58% from 255) = 17.67%
R=61.04%
G=21.29%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152534400.650.710.40555.138.43
Hex98352C041472853726
Octal230655401011075056746
Binary10011000110101101100010000011000111101000101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,53,44); }

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

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

 a { background-color: rgb(152,53,44); }

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

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

 span { border-color: rgb(152,53,44); }

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