#974B36

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

Shades of Mojo #974B36

Tints of Mojo #974B36

Color information

#974B36 (or 0x974B36) is unknown color: approx Mojo. HEX triplet: 97, 4B and 36. RGB value is (151,75,54). Sum of RGB (Red+Green+Blue) = 151+75+54=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #974B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974B36 is #68B4C9. Grayscale: #5F5F5F. Windows color (decimal): -6862026 or 3558295. OLE color: 3558295.

HSL color Cylindrical-coordinate representation of color #974B36: hue angle of 12.99º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #974B36 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB1517554-
CMYK00.500.640.41
HSL12.99º47.32%40.2%-
HSV(B)12.99º64.24%59.22%-
XYZ15.9411.884.94-
YUV95.33104.68167.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.93%
GREEN value IS 75 (29.69% from 255) = 26.79%
BLUE value IS 54 (21.48% from 255) = 19.29%
R=53.93%
G=26.79%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151755400.500.640.4112.9947.3240.2
Hex974B360324029d2f28
Octal2271136606210051155750
Binary100101111001011110110011001010000001010011101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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