#974D3C

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

Shades of Mojo #974D3C

Tints of Mojo #974D3C

Color information

#974D3C (or 0x974D3C) is unknown color: approx Mojo. HEX triplet: 97, 4D and 3C. RGB value is (151,77,60). Sum of RGB (Red+Green+Blue) = 151+77+60=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #974D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974D3C is #68B2C3. Grayscale: #616161. Windows color (decimal): -6861508 or 3952023. OLE color: 3952023.

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

Color convert

RGB1517760-
CMYK00.490.600.41
HSL11.21º43.13%41.37%-
HSV(B)11.21º60.26%59.22%-
XYZ16.2312.215.78-
YUV97.19107.02166.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.43%
GREEN value IS 77 (30.47% from 255) = 26.74%
BLUE value IS 60 (23.83% from 255) = 20.83%
R=52.43%
G=26.74%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151776000.490.600.4111.2143.1341.37
Hex974D3C0313C29b2b29
Octal227115740617451135351
Binary10010111100110111110001100011111001010011011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,77,60); }

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

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

 a { background-color: rgb(151,77,60); }

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

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

 span { border-color: rgb(151,77,60); }

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