Html Css Color HEX #97472C Tia Maria

📋 copy color: '#97472C'

red 151 ◦ green 71 ◦ blue 44

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

Shades of Tia Maria #97472C

Tints of Tia Maria #97472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.54%

R = 56.77%
G = 26.69%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#97472C (or 0x97472C) is known color: Tia Maria. HEX triplet: 97, 47 and 2C. RGB value is (151,71,44). Sum of RGB (Red+Green+Blue) = 151+71+44=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #97472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97472C is #68B8D3. Grayscale: #5C5C5C. Windows color (decimal): -6863060 or 2901911. OLE color: 2901911.

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

Color convert

RGB 151 71 44 -
CMYK 0 0.53 0.71 0.41
HSL 15.14º 0.55% 0.38% -
HSV(B) 15.14º 0.71% 0.59% -
XYZ 15.47 11.27 3.74 -
YUV 91.84 101 170.2 -
System Red Green Blue C M Y K H S L
Decimal 151 71 44 0 0.53 0.71 0.41 15.14 0.55 0.38
Hex 97 47 2C 0 35 47 29 F 37 26
Octal 227 107 54 0 65 107 51 17 67 46
Binary 10010111 1000111 101100 0 110101 1000111 101001 1111 110111 100110

Color Harmonies of #97472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97472C

Black with #97472C

Text Example


Text Example

White with #97472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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