#974231

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

Shades of Tia Maria #974231

Tints of Tia Maria #974231

Color information

#974231 (or 0x974231) is unknown color: approx Tia Maria. HEX triplet: 97, 42 and 31. RGB value is (151,66,49). Sum of RGB (Red+Green+Blue) = 151+66+49=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #974231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974231 is #68BDCE. Grayscale: #595959. Windows color (decimal): -6864335 or 3228311. OLE color: 3228311.

HSL color Cylindrical-coordinate representation of color #974231: hue angle of 10º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #974231 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB1516649-
CMYK00.560.680.41
HSL10º51%39.22%-
HSV(B)10º67.55%59.22%-
XYZ15.2710.74.17-
YUV89.48105.16171.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.77%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 49 (19.53% from 255) = 18.42%
R=56.77%
G=24.81%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151664900.560.680.41105139.22
Hex9742310384429a3327
Octal2271026107010451126347
Binary100101111000010110001011100010001001010011010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974231; }

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

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

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

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

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

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

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

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