#983834

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

Shades of Thunderbird #983834

Tints of Thunderbird #983834

Color information

#983834 (or 0x983834) is unknown color: approx Thunderbird. HEX triplet: 98, 38 and 34. RGB value is (152,56,52). Sum of RGB (Red+Green+Blue) = 152+56+52=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #983834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983834 is #67C7CB. Grayscale: #545454. Windows color (decimal): -6801356 or 3422360. OLE color: 3422360.

HSL color Cylindrical-coordinate representation of color #983834: hue angle of 2.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983834 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB1525652-
CMYK00.630.660.40
HSL2.4º49.02%40%-
HSV(B)2.4º65.79%59.61%-
XYZ14.989.754.34-
YUV84.25109.8176.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.46%
GREEN value IS 56 (22.27% from 255) = 21.54%
BLUE value IS 52 (20.70% from 255) = 20%
R=58.46%
G=21.54%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152565200.630.660.402.449.0240
Hex98383403F422823128
Octal23070640771025026150
Binary100110001110001101000111111100001010100010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983834; }

 p { color: rgb(152,56,52); }

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

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

 a { background-color: rgb(152,56,52); }

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

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

 span { border-color: rgb(152,56,52); }

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