Html Css Color HEX #983932 Thunderbird

📋 copy color: '#983932'

red 152 ◦ green 57 ◦ blue 50

#983932
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thunderbird #983932

Tints of Thunderbird #983932

RGB

 RED value IS 152 (59.77% from 255) = 58.69%

 GREEN value IS 57 (22.66% from 255) = 22.01%

 BLUE value IS 50 (19.92% from 255) = 19.31%

R = 58.69%
G = 22.01%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#983932 (or 0x983932) is known color: Thunderbird. HEX triplet: 98, 39 and 32. RGB value is (152,57,50). Sum of RGB (Red+Green+Blue) = 152+57+50=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #983932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983932 is #67C6CD. Grayscale: #545454. Windows color (decimal): -6801102 or 3291544. OLE color: 3291544.

HSL color Cylindrical-coordinate representation of color #983932: hue angle of 4.12º 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 #983932 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 57 50 -
CMYK 0 0.62 0.67 0.40
HSL 4.12º 0.5% 0.4% -
HSV(B) 4.12º 0.67% 0.6% -
XYZ 14.99 9.83 4.13 -
YUV 84.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 152 57 50 0 0.62 0.67 0.40 4.12 0.5 0.4
Hex 98 39 32 0 3E 43 28 4 32 28
Octal 230 71 62 0 76 103 50 4 62 50
Binary 10011000 111001 110010 0 111110 1000011 101000 100 110010 101000

Color Harmonies of #983932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983932

Black with #983932

Text Example


Text Example

White with #983932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983932; }

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

 H1.HeaderClassName
 {
   color: #983932;
 }
 .AnyTagClassName
 {
   color: #983932;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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