#974225

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

Shades of Tia Maria #974225

Tints of Tia Maria #974225

Color information

#974225 (or 0x974225) is unknown color: approx Tia Maria. HEX triplet: 97, 42 and 25. RGB value is (151,66,37). Sum of RGB (Red+Green+Blue) = 151+66+37=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #974225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974225 is #68BDDA. Grayscale: #585858. Windows color (decimal): -6864347 or 2441879. OLE color: 2441879.

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

Color convert

RGB1516637-
CMYK00.560.750.41
HSL15.26º60.64%36.86%-
HSV(B)15.26º75.5%59.22%-
XYZ15.0410.613.01-
YUV88.1199.16172.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.45%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 37 (14.84% from 255) = 14.57%
R=59.45%
G=25.98%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151663700.560.750.4115.2660.6436.86
Hex9742250384B29f3d25
Octal2271024507011351177545
Binary100101111000010100101011100010010111010011111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974225; }

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

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

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

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

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

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

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

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