Html Css Color HEX #973E31 Tia Maria

📋 copy color: '#973E31'

red 151 ◦ green 62 ◦ blue 49

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

Shades of Tia Maria #973E31

Tints of Tia Maria #973E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.66%

 BLUE value IS 49 (19.53% from 255) = 18.7%

R = 57.63%
G = 23.66%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#973E31 (or 0x973E31) is known color: Tia Maria. HEX triplet: 97, 3E and 31. RGB value is (151,62,49). Sum of RGB (Red+Green+Blue) = 151+62+49=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #973E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973E31 is #68C1CE. Grayscale: #575757. Windows color (decimal): -6865359 or 3227287. OLE color: 3227287.

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

Color convert

RGB 151 62 49 -
CMYK 0 0.59 0.68 0.41
HSL 7.65º 0.51% 0.39% -
HSV(B) 7.65º 0.68% 0.59% -
XYZ 15.04 10.25 4.09 -
YUV 87.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 151 62 49 0 0.59 0.68 0.41 7.65 0.51 0.39
Hex 97 3E 31 0 3B 44 29 8 33 27
Octal 227 76 61 0 73 104 51 10 63 47
Binary 10010111 111110 110001 0 111011 1000100 101001 1000 110011 100111

Color Harmonies of #973E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973E31

Black with #973E31

Text Example


Text Example

White with #973E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,62,49); }

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

background-color css

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

 a { background-color: rgb(151,62,49); }

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

border-color css

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

 span { border-color: rgb(151,62,49); }

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