#97422D

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

Shades of Tia Maria #97422D

Tints of Tia Maria #97422D

Color information

#97422D (or 0x97422D) is unknown color: approx Tia Maria. HEX triplet: 97, 42 and 2D. RGB value is (151,66,45). Sum of RGB (Red+Green+Blue) = 151+66+45=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #97422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97422D is #68BDD2. Grayscale: #595959. Windows color (decimal): -6864339 or 2966167. OLE color: 2966167.

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

Color convert

RGB1516645-
CMYK00.560.700.41
HSL11.89º54.08%38.43%-
HSV(B)11.89º70.2%59.22%-
XYZ15.1810.673.74-
YUV89.02103.16172.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.63%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 45 (17.97% from 255) = 17.18%
R=57.63%
G=25.19%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151664500.560.700.4111.8954.0838.43
Hex97422D0384629c3626
Octal2271025507010651146646
Binary100101111000010101101011100010001101010011100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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