Html Css Color HEX #973528 Thunderbird

📋 copy color: '#973528'

red 151 ◦ green 53 ◦ blue 40

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

Shades of Thunderbird #973528

Tints of Thunderbird #973528

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.72%

 BLUE value IS 40 (16.02% from 255) = 16.39%

R = 61.89%
G = 21.72%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#973528 (or 0x973528) is known color: Thunderbird. HEX triplet: 97, 35 and 28. RGB value is (151,53,40). Sum of RGB (Red+Green+Blue) = 151+53+40=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #973528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973528 is #68CAD7. Grayscale: #505050. Windows color (decimal): -6867672 or 2635159. OLE color: 2635159.

HSL color Cylindrical-coordinate representation of color #973528: hue angle of 7.03º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #973528 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 53 40 -
CMYK 0 0.65 0.74 0.41
HSL 7.03º 0.58% 0.37% -
HSV(B) 7.03º 0.74% 0.59% -
XYZ 14.42 9.28 3.04 -
YUV 80.82 104.97 178.06 -
System Red Green Blue C M Y K H S L
Decimal 151 53 40 0 0.65 0.74 0.41 7.03 0.58 0.37
Hex 97 35 28 0 41 4A 29 7 3A 25
Octal 227 65 50 0 101 112 51 7 72 45
Binary 10010111 110101 101000 0 1000001 1001010 101001 111 111010 100101

Color Harmonies of #973528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973528

Black with #973528

Text Example


Text Example

White with #973528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973528; }

 p { color: rgb(151,53,40); }

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

background-color css

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

 a { background-color: rgb(151,53,40); }

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

border-color css

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

 span { border-color: rgb(151,53,40); }

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