#974C38

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

Shades of Mojo #974C38

Tints of Mojo #974C38

Color information

#974C38 (or 0x974C38) is unknown color: approx Mojo. HEX triplet: 97, 4C and 38. RGB value is (151,76,56). Sum of RGB (Red+Green+Blue) = 151+76+56=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #974C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974C38 is #68B3C7. Grayscale: #606060. Windows color (decimal): -6861768 or 3689623. OLE color: 3689623.

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

Color convert

RGB1517656-
CMYK00.500.630.41
HSL12.63º45.89%40.59%-
HSV(B)12.63º62.91%59.22%-
XYZ16.0612.035.22-
YUV96.14105.35167.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.36%
GREEN value IS 76 (30.08% from 255) = 26.86%
BLUE value IS 56 (22.27% from 255) = 19.79%
R=53.36%
G=26.86%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151765600.500.630.4112.6345.8940.59
Hex974C380323F29d2e29
Octal227114700627751155651
Binary10010111100110011100001100101111111010011101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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