#974234

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

Shades of Tia Maria #974234

Tints of Tia Maria #974234

Color information

#974234 (or 0x974234) is unknown color: approx Tia Maria. HEX triplet: 97, 42 and 34. RGB value is (151,66,52). Sum of RGB (Red+Green+Blue) = 151+66+52=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #974234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974234 is #68BDCB. Grayscale: #595959. Windows color (decimal): -6864332 or 3424919. OLE color: 3424919.

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

Color convert

RGB1516652-
CMYK00.560.660.41
HSL8.48º48.77%39.8%-
HSV(B)8.48º65.56%59.22%-
XYZ15.3310.724.51-
YUV89.82106.66171.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.13%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 52 (20.70% from 255) = 19.33%
R=56.13%
G=24.54%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151665200.560.660.418.4848.7739.8
Hex974234038422983128
Octal2271026407010251106150
Binary100101111000010110100011100010000101010011000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974234; }

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

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

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

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

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

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

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

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