Html Css Color HEX #974931 Tia Maria

📋 copy color: '#974931'

red 151 ◦ green 73 ◦ blue 49

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

Shades of Tia Maria #974931

Tints of Tia Maria #974931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.74%

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

R = 55.31%
G = 26.74%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#974931 (or 0x974931) is known color: Tia Maria. HEX triplet: 97, 49 and 31. RGB value is (151,73,49). Sum of RGB (Red+Green+Blue) = 151+73+49=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #974931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974931 is #68B6CE. Grayscale: #5D5D5D. Windows color (decimal): -6862543 or 3230103. OLE color: 3230103.

HSL color Cylindrical-coordinate representation of color #974931: hue angle of 14.12º 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 #974931 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 73 49 -
CMYK 0 0.52 0.68 0.41
HSL 14.12º 0.51% 0.39% -
HSV(B) 14.12º 0.68% 0.59% -
XYZ 15.7 11.57 4.31 -
YUV 93.59 102.84 168.95 -
System Red Green Blue C M Y K H S L
Decimal 151 73 49 0 0.52 0.68 0.41 14.12 0.51 0.39
Hex 97 49 31 0 34 44 29 E 33 27
Octal 227 111 61 0 64 104 51 16 63 47
Binary 10010111 1001001 110001 0 110100 1000100 101001 1110 110011 100111

Color Harmonies of #974931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974931

Black with #974931

Text Example


Text Example

White with #974931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974931; }

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

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

background-color css

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

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

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

border-color css

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

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

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