Html Css Color HEX #974731 Tia Maria

📋 copy color: '#974731'

red 151 ◦ green 71 ◦ blue 49

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

Shades of Tia Maria #974731

Tints of Tia Maria #974731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.2%

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

R = 55.72%
G = 26.2%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#974731 (or 0x974731) is known color: Tia Maria. HEX triplet: 97, 47 and 31. RGB value is (151,71,49). Sum of RGB (Red+Green+Blue) = 151+71+49=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #974731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974731 is #68B8CE. Grayscale: #5C5C5C. Windows color (decimal): -6863055 or 3229591. OLE color: 3229591.

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

Color convert

RGB 151 71 49 -
CMYK 0 0.53 0.68 0.41
HSL 12.94º 0.51% 0.39% -
HSV(B) 12.94º 0.68% 0.59% -
XYZ 15.57 11.31 4.27 -
YUV 92.41 103.5 169.79 -
System Red Green Blue C M Y K H S L
Decimal 151 71 49 0 0.53 0.68 0.41 12.94 0.51 0.39
Hex 97 47 31 0 35 44 29 D 33 27
Octal 227 107 61 0 65 104 51 15 63 47
Binary 10010111 1000111 110001 0 110101 1000100 101001 1101 110011 100111

Color Harmonies of #974731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974731

Black with #974731

Text Example


Text Example

White with #974731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974731; }

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

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

background-color css

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

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

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

border-color css

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

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

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