#97472D

Color #97472D Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #97472D

Tints of Tia Maria #97472D

Color information

#97472D (or 0x97472D) is unknown color: approx Tia Maria. HEX triplet: 97, 47 and 2D. RGB value is (151,71,45). Sum of RGB (Red+Green+Blue) = 151+71+45=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #97472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97472D is #68B8D2. Grayscale: #5C5C5C. Windows color (decimal): -6863059 or 2967447. OLE color: 2967447.

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

Color convert

RGB1517145-
CMYK00.530.700.41
HSL14.72º54.08%38.43%-
HSV(B)14.72º70.2%59.22%-
XYZ15.4911.283.84-
YUV91.96101.5170.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.55%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 45 (17.97% from 255) = 16.85%
R=56.55%
G=26.59%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151714500.530.700.4114.7254.0838.43
Hex97472D0354629f3626
Octal2271075506510651176646
Binary100101111000111101101011010110001101010011111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97472D;
 }
 .AnyTagClassName
 {
   color: #97472D;
 }
</style>
background-color css

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

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

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

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

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

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