#97422C

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

Shades of Tia Maria #97422C

Tints of Tia Maria #97422C

Color information

#97422C (or 0x97422C) is unknown color: approx Tia Maria. HEX triplet: 97, 42 and 2C. RGB value is (151,66,44). Sum of RGB (Red+Green+Blue) = 151+66+44=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #97422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97422C is #68BDD3. Grayscale: #595959. Windows color (decimal): -6864340 or 2900631. OLE color: 2900631.

HSL color Cylindrical-coordinate representation of color #97422C: hue angle of 12.34º 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 #97422C is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1516644-
CMYK00.560.710.41
HSL12.34º54.87%38.24%-
HSV(B)12.34º70.86%59.22%-
XYZ15.1710.663.64-
YUV88.91102.66172.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.85%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 44 (17.58% from 255) = 16.86%
R=57.85%
G=25.29%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151664400.560.710.4112.3454.8738.24
Hex97422C0384729c3726
Octal2271025407010751146746
Binary100101111000010101100011100010001111010011100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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