Html Css Color HEX #983B32 Thunderbird

📋 copy color: '#983B32'

red 152 ◦ green 59 ◦ blue 50

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

Shades of Thunderbird #983B32

Tints of Thunderbird #983B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.61%

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

R = 58.24%
G = 22.61%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#983B32 (or 0x983B32) is known color: Thunderbird. HEX triplet: 98, 3B and 32. RGB value is (152,59,50). Sum of RGB (Red+Green+Blue) = 152+59+50=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #983B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983B32 is #67C4CD. Grayscale: #555555. Windows color (decimal): -6800590 or 3292056. OLE color: 3292056.

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

Color convert

RGB 152 59 50 -
CMYK 0 0.61 0.67 0.40
HSL 5.29º 0.5% 0.4% -
HSV(B) 5.29º 0.67% 0.6% -
XYZ 15.09 10.03 4.16 -
YUV 85.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 152 59 50 0 0.61 0.67 0.40 5.29 0.5 0.4
Hex 98 3B 32 0 3D 43 28 5 32 28
Octal 230 73 62 0 75 103 50 5 62 50
Binary 10011000 111011 110010 0 111101 1000011 101000 101 110010 101000

Color Harmonies of #983B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983B32

Black with #983B32

Text Example


Text Example

White with #983B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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