#964A38

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

Shades of Mojo #964A38

Tints of Mojo #964A38

Color information

#964A38 (or 0x964A38) is unknown color: approx Mojo. HEX triplet: 96, 4A and 38. RGB value is (150,74,56). Sum of RGB (Red+Green+Blue) = 150+74+56=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #964A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A38 is #69B5C7. Grayscale: #5E5E5E. Windows color (decimal): -6927816 or 3689110. OLE color: 3689110.

HSL color Cylindrical-coordinate representation of color #964A38: hue angle of 11.49º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964A38 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1507456-
CMYK00.510.630.41
HSL11.49º45.63%40.39%-
HSV(B)11.49º62.67%58.82%-
XYZ15.7411.675.16-
YUV94.67106.18167.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 74 (29.30% from 255) = 26.43%
BLUE value IS 56 (22.27% from 255) = 20%
R=53.57%
G=26.43%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150745600.510.630.4111.4945.6340.39
Hex964A380333F29b2e28
Octal226112700637751135650
Binary10010110100101011100001100111111111010011011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964A38; }

 p { color: rgb(150,74,56); }

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

<style>
 a { background-color: #964A38; }

 a { background-color: rgb(150,74,56); }

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

<style>
 span { border-color: #964A38; }

 span { border-color: rgb(150,74,56); }

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