#974134

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

Shades of Tia Maria #974134

Tints of Tia Maria #974134

Color information

#974134 (or 0x974134) is unknown color: approx Tia Maria. HEX triplet: 97, 41 and 34. RGB value is (151,65,52). Sum of RGB (Red+Green+Blue) = 151+65+52=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #974134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974134 is #68BECB. Grayscale: #595959. Windows color (decimal): -6864588 or 3424663. OLE color: 3424663.

HSL color Cylindrical-coordinate representation of color #974134: hue angle of 7.88º 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 #974134 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1516552-
CMYK00.570.660.41
HSL7.88º48.77%39.8%-
HSV(B)7.88º65.56%59.22%-
XYZ15.2710.614.49-
YUV89.23106.99172.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.34%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 52 (20.70% from 255) = 19.40%
R=56.34%
G=24.25%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151655200.570.660.417.8848.7739.8
Hex974134039422983128
Octal2271016407110251106150
Binary100101111000001110100011100110000101010011000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974134; }

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

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

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

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

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

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

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

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