Html Css Color HEX #983C32 Thunderbird

📋 copy color: '#983C32'

red 152 ◦ green 60 ◦ blue 50

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

Shades of Thunderbird #983C32

Tints of Thunderbird #983C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.9%

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

R = 58.02%
G = 22.9%
B = 19.08%

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

#983C32 (or 0x983C32) is known color: Thunderbird. HEX triplet: 98, 3C and 32. RGB value is (152,60,50). Sum of RGB (Red+Green+Blue) = 152+60+50=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #983C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983C32 is #67C3CD. Grayscale: #565656. Windows color (decimal): -6800334 or 3292312. OLE color: 3292312.

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

Color convert

RGB 152 60 50 -
CMYK 0 0.61 0.67 0.40
HSL 5.88º 0.5% 0.4% -
HSV(B) 5.88º 0.67% 0.6% -
XYZ 15.14 10.14 4.18 -
YUV 86.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 152 60 50 0 0.61 0.67 0.40 5.88 0.5 0.4
Hex 98 3C 32 0 3D 43 28 6 32 28
Octal 230 74 62 0 75 103 50 6 62 50
Binary 10011000 111100 110010 0 111101 1000011 101000 110 110010 101000

Color Harmonies of #983C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C32

Black with #983C32

Text Example


Text Example

White with #983C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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