#974A3C

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

Shades of Mojo #974A3C

Tints of Mojo #974A3C

Color information

#974A3C (or 0x974A3C) is unknown color: approx Mojo. HEX triplet: 97, 4A and 3C. RGB value is (151,74,60). Sum of RGB (Red+Green+Blue) = 151+74+60=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #974A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974A3C is #68B5C3. Grayscale: #5F5F5F. Windows color (decimal): -6862276 or 3951255. OLE color: 3951255.

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

Color convert

RGB1517460-
CMYK00.510.600.41
HSL9.23º43.13%41.37%-
HSV(B)9.23º60.26%59.22%-
XYZ16.0311.85.71-
YUV95.43108.01167.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.98%
GREEN value IS 74 (29.30% from 255) = 25.96%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=52.98%
G=25.96%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151746000.510.600.419.2343.1341.37
Hex974A3C0333C2992b29
Octal227112740637451115351
Binary10010111100101011110001100111111001010011001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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