Html Css Color HEX #974531 Tia Maria

📋 copy color: '#974531'

red 151 ◦ green 69 ◦ blue 49

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

Shades of Tia Maria #974531

Tints of Tia Maria #974531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.65%

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

R = 56.13%
G = 25.65%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#974531 (or 0x974531) is known color: Tia Maria. HEX triplet: 97, 45 and 31. RGB value is (151,69,49). Sum of RGB (Red+Green+Blue) = 151+69+49=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #974531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974531 is #68BACE. Grayscale: #5B5B5B. Windows color (decimal): -6863567 or 3229079. OLE color: 3229079.

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

Color convert

RGB 151 69 49 -
CMYK 0 0.54 0.68 0.41
HSL 11.76º 0.51% 0.39% -
HSV(B) 11.76º 0.68% 0.59% -
XYZ 15.45 11.06 4.23 -
YUV 91.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 151 69 49 0 0.54 0.68 0.41 11.76 0.51 0.39
Hex 97 45 31 0 36 44 29 C 33 27
Octal 227 105 61 0 66 104 51 14 63 47
Binary 10010111 1000101 110001 0 110110 1000100 101001 1100 110011 100111

Color Harmonies of #974531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974531

Black with #974531

Text Example


Text Example

White with #974531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974531; }

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

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

background-color css

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

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

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

border-color css

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

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

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