#974F3A

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

Shades of Mojo #974F3A

Tints of Mojo #974F3A

Color information

#974F3A (or 0x974F3A) is unknown color: approx Mojo. HEX triplet: 97, 4F and 3A. RGB value is (151,79,58). Sum of RGB (Red+Green+Blue) = 151+79+58=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #974F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974F3A is #68B0C5. Grayscale: #626262. Windows color (decimal): -6860998 or 3821463. OLE color: 3821463.

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

Color convert

RGB1517958-
CMYK00.480.620.41
HSL13.55º44.5%40.98%-
HSV(B)13.55º61.59%59.22%-
XYZ16.3212.485.55-
YUV98.13105.35165.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.43%
GREEN value IS 79 (31.25% from 255) = 27.43%
BLUE value IS 58 (23.05% from 255) = 20.14%
R=52.43%
G=27.43%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151795800.480.620.4113.5544.540.98
Hex974F3A0303E29e2c29
Octal227117720607651165451
Binary10010111100111111101001100001111101010011110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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