#974432

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

Shades of Tia Maria #974432

Tints of Tia Maria #974432

Color information

#974432 (or 0x974432) is unknown color: approx Tia Maria. HEX triplet: 97, 44 and 32. RGB value is (151,68,50). Sum of RGB (Red+Green+Blue) = 151+68+50=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #974432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974432 is #68BBCD. Grayscale: #5A5A5A. Windows color (decimal): -6863822 or 3294359. OLE color: 3294359.

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

Color convert

RGB1516850-
CMYK00.550.670.41
HSL10.69º50.25%39.41%-
HSV(B)10.69º66.89%59.22%-
XYZ15.4110.944.32-
YUV90.76105170.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.13%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 50 (19.92% from 255) = 18.59%
R=56.13%
G=25.28%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151685000.550.670.4110.6950.2539.41
Hex9744320374329b3227
Octal2271046206710351136247
Binary100101111000100110010011011110000111010011011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974432; }

 p { color: rgb(151,68,50); }

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

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

 a { background-color: rgb(151,68,50); }

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

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

 span { border-color: rgb(151,68,50); }

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