#974F3C

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

Shades of Mojo #974F3C

Tints of Mojo #974F3C

Color information

#974F3C (or 0x974F3C) is unknown color: approx Mojo. HEX triplet: 97, 4F and 3C. RGB value is (151,79,60). Sum of RGB (Red+Green+Blue) = 151+79+60=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #974F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974F3C is #68B0C3. Grayscale: #626262. Windows color (decimal): -6860996 or 3952535. OLE color: 3952535.

HSL color Cylindrical-coordinate representation of color #974F3C: hue angle of 12.53º 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 #974F3C is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB1517960-
CMYK00.480.600.41
HSL12.53º43.13%41.37%-
HSV(B)12.53º60.26%59.22%-
XYZ16.3712.55.82-
YUV98.36106.35165.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.07%
GREEN value IS 79 (31.25% from 255) = 27.24%
BLUE value IS 60 (23.83% from 255) = 20.69%
R=52.07%
G=27.24%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151796000.480.600.4112.5343.1341.37
Hex974F3C0303C29d2b29
Octal227117740607451155351
Binary10010111100111111110001100001111001010011101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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