#974027

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

Shades of Tia Maria #974027

Tints of Tia Maria #974027

Color information

#974027 (or 0x974027) is unknown color: approx Tia Maria. HEX triplet: 97, 40 and 27. RGB value is (151,64,39). Sum of RGB (Red+Green+Blue) = 151+64+39=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #974027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974027 is #68BFD8. Grayscale: #575757. Windows color (decimal): -6864857 or 2572439. OLE color: 2572439.

HSL color Cylindrical-coordinate representation of color #974027: hue angle of 13.39º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #974027 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB1516439-
CMYK00.580.740.41
HSL13.39º58.95%37.25%-
HSV(B)13.39º74.17%59.22%-
XYZ14.9610.393.14-
YUV87.16100.82173.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.45%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 39 (15.62% from 255) = 15.35%
R=59.45%
G=25.20%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151643900.580.740.4113.3958.9537.25
Hex97402703A4A29d3b25
Octal2271004707211251157345
Binary100101111000000100111011101010010101010011101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974027; }

 p { color: rgb(151,64,39); }

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

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

 a { background-color: rgb(151,64,39); }

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

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

 span { border-color: rgb(151,64,39); }

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