Html Css Color HEX #973C32 Thunderbird

📋 copy color: '#973C32'

red 151 ◦ green 60 ◦ blue 50

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

Shades of Thunderbird #973C32

Tints of Thunderbird #973C32

RGB

 RED value IS 151 (59.38% from 255) = 57.85%

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

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

R = 57.85%
G = 22.99%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#973C32 (or 0x973C32) is known color: Thunderbird. HEX triplet: 97, 3C and 32. RGB value is (151,60,50). Sum of RGB (Red+Green+Blue) = 151+60+50=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #973C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C32 is #68C3CD. Grayscale: #565656. Windows color (decimal): -6865870 or 3292311. OLE color: 3292311.

HSL color Cylindrical-coordinate representation of color #973C32: hue angle of 5.94º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973C32 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 60 50 -
CMYK 0 0.60 0.67 0.41
HSL 5.94º 0.5% 0.39% -
HSV(B) 5.94º 0.67% 0.59% -
XYZ 14.95 10.04 4.17 -
YUV 86.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 151 60 50 0 0.60 0.67 0.41 5.94 0.5 0.39
Hex 97 3C 32 0 3C 43 29 6 32 27
Octal 227 74 62 0 74 103 51 6 62 47
Binary 10010111 111100 110010 0 111100 1000011 101001 110 110010 100111

Color Harmonies of #973C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973C32

Black with #973C32

Text Example


Text Example

White with #973C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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