Html Css Color HEX #97472A Tia Maria

📋 copy color: '#97472A'

red 151 ◦ green 71 ◦ blue 42

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

Shades of Tia Maria #97472A

Tints of Tia Maria #97472A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 57.2%
G = 26.89%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#97472A (or 0x97472A) is known color: Tia Maria. HEX triplet: 97, 47 and 2A. RGB value is (151,71,42). Sum of RGB (Red+Green+Blue) = 151+71+42=264 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.20% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 151 - color contains mainly: red. Hex color #97472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97472A is #68B8D5. Grayscale: #5B5B5B. Windows color (decimal): -6863062 or 2770839. OLE color: 2770839.

HSL color Cylindrical-coordinate representation of color #97472A: hue angle of 15.96º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #97472A is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 71 42 -
CMYK 0 0.53 0.72 0.41
HSL 15.96º 0.56% 0.38% -
HSV(B) 15.96º 0.72% 0.59% -
XYZ 15.43 11.25 3.55 -
YUV 91.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 151 71 42 0 0.53 0.72 0.41 15.96 0.56 0.38
Hex 97 47 2A 0 35 48 29 10 38 26
Octal 227 107 52 0 65 110 51 20 70 46
Binary 10010111 1000111 101010 0 110101 1001000 101001 10000 111000 100110

Color Harmonies of #97472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97472A

Black with #97472A

Text Example


Text Example

White with #97472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97472A; }

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

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

background-color css

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

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

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

border-color css

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

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

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