#974A3D

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

Shades of Mojo #974A3D

Tints of Mojo #974A3D

Color information

#974A3D (or 0x974A3D) is unknown color: approx Mojo. HEX triplet: 97, 4A and 3D. RGB value is (151,74,61). Sum of RGB (Red+Green+Blue) = 151+74+61=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #974A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974A3D is #68B5C2. Grayscale: #5F5F5F. Windows color (decimal): -6862275 or 4016791. OLE color: 4016791.

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

Color convert

RGB1517461-
CMYK00.510.600.41
HSL8.67º42.45%41.57%-
HSV(B)8.67º59.6%59.22%-
XYZ16.0511.815.85-
YUV95.54108.51167.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.80%
GREEN value IS 74 (29.30% from 255) = 25.87%
BLUE value IS 61 (24.22% from 255) = 21.33%
R=52.80%
G=25.87%
B=21.33%

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
Decimal151746100.510.600.418.6742.4541.57
Hex974A3D0333C2992a2a
Octal227112750637451115252
Binary10010111100101011110101100111111001010011001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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