#974D3F

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

Shades of Mojo #974D3F

Tints of Mojo #974D3F

Color information

#974D3F (or 0x974D3F) is unknown color: approx Mojo. HEX triplet: 97, 4D and 3F. RGB value is (151,77,63). Sum of RGB (Red+Green+Blue) = 151+77+63=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #974D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974D3F is #68B2C0. Grayscale: #616161. Windows color (decimal): -6861505 or 4148631. OLE color: 4148631.

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

Color convert

RGB1517763-
CMYK00.490.580.41
HSL9.55º41.12%41.96%-
HSV(B)9.55º58.28%59.22%-
XYZ16.3112.256.21-
YUV97.53108.52166.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.89%
GREEN value IS 77 (30.47% from 255) = 26.46%
BLUE value IS 63 (25% from 255) = 21.65%
R=51.89%
G=26.46%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151776300.490.580.419.5541.1241.96
Hex974D3F0313A29a292a
Octal227115770617251125152
Binary10010111100110111111101100011110101010011010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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