#974B3C

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

Shades of Mojo #974B3C

Tints of Mojo #974B3C

Color information

#974B3C (or 0x974B3C) is unknown color: approx Mojo. HEX triplet: 97, 4B and 3C. RGB value is (151,75,60). Sum of RGB (Red+Green+Blue) = 151+75+60=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #974B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974B3C is #68B4C3. Grayscale: #606060. Windows color (decimal): -6862020 or 3951511. OLE color: 3951511.

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

Color convert

RGB1517560-
CMYK00.500.600.41
HSL9.89º43.13%41.37%-
HSV(B)9.89º60.26%59.22%-
XYZ16.0911.945.73-
YUV96.01107.68167.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.80%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 60 (23.83% from 255) = 20.98%
R=52.80%
G=26.22%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151756000.500.600.419.8943.1341.37
Hex974B3C0323C29a2b29
Octal227113740627451125351
Binary10010111100101111110001100101111001010011010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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