#974C42

Color #974C42 Mojo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mojo #974C42

Tints of Mojo #974C42

Color information

#974C42 (or 0x974C42) is unknown color: approx Mojo. HEX triplet: 97, 4C and 42. RGB value is (151,76,66). Sum of RGB (Red+Green+Blue) = 151+76+66=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #974C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974C42 is #68B3BD. Grayscale: #616161. Windows color (decimal): -6861758 or 4344983. OLE color: 4344983.

HSL color Cylindrical-coordinate representation of color #974C42: hue angle of 7.06º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974C42 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB1517666-
CMYK00.500.560.41
HSL7.06º39.17%42.55%-
HSV(B)7.06º56.29%59.22%-
XYZ16.3312.146.64-
YUV97.28110.35166.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.54%
GREEN value IS 76 (30.08% from 255) = 25.94%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=51.54%
G=25.94%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151766600.500.560.417.0639.1742.55
Hex974C4203238297272b
Octal227114102062705174753
Binary10010111100110010000100110010111000101001111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974C42; }

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

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

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

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

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

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

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

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