Html Css Color HEX #973A2E Thunderbird

📋 copy color: '#973A2E'

red 151 ◦ green 58 ◦ blue 46

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

Shades of Thunderbird #973A2E

Tints of Thunderbird #973A2E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.75%

 BLUE value IS 46 (18.36% from 255) = 18.04%

R = 59.22%
G = 22.75%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#973A2E (or 0x973A2E) is known color: Thunderbird. HEX triplet: 97, 3A and 2E. RGB value is (151,58,46). Sum of RGB (Red+Green+Blue) = 151+58+46=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #973A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973A2E is #68C5D1. Grayscale: #545454. Windows color (decimal): -6866386 or 3029655. OLE color: 3029655.

HSL color Cylindrical-coordinate representation of color #973A2E: hue angle of 6.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #973A2E is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 58 46 -
CMYK 0 0.62 0.70 0.41
HSL 6.86º 0.53% 0.39% -
HSV(B) 6.86º 0.7% 0.59% -
XYZ 14.77 9.8 3.7 -
YUV 84.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 151 58 46 0 0.62 0.70 0.41 6.86 0.53 0.39
Hex 97 3A 2E 0 3E 46 29 7 35 27
Octal 227 72 56 0 76 106 51 7 65 47
Binary 10010111 111010 101110 0 111110 1000110 101001 111 110101 100111

Color Harmonies of #973A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973A2E

Black with #973A2E

Text Example


Text Example

White with #973A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,58,46); }

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

background-color css

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

 a { background-color: rgb(151,58,46); }

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

border-color css

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

 span { border-color: rgb(151,58,46); }

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