#983E32

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

Shades of Thunderbird #983E32

Tints of Thunderbird #983E32

Color information

#983E32 (or 0x983E32) is unknown color: approx Thunderbird. HEX triplet: 98, 3E and 32. RGB value is (152,62,50). Sum of RGB (Red+Green+Blue) = 152+62+50=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #983E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983E32 is #67C1CD. Grayscale: #575757. Windows color (decimal): -6799822 or 3292824. OLE color: 3292824.

HSL color Cylindrical-coordinate representation of color #983E32: hue angle of 7.06º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983E32 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB1526250-
CMYK00.590.670.40
HSL7.06º50.5%39.61%-
HSV(B)7.06º67.11%59.61%-
XYZ15.2510.354.21-
YUV87.54106.82173.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.58%
GREEN value IS 62 (24.61% from 255) = 23.48%
BLUE value IS 50 (19.92% from 255) = 18.94%
R=57.58%
G=23.48%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152625000.590.670.407.0650.539.61
Hex983E3203B432873228
Octal23076620731035076250
Binary1001100011111011001001110111000011101000111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983E32; }

 p { color: rgb(152,62,50); }

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

<style>
 a { background-color: #983E32; }

 a { background-color: rgb(152,62,50); }

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

<style>
 span { border-color: #983E32; }

 span { border-color: rgb(152,62,50); }

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