#964B3A

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

Shades of Mojo #964B3A

Tints of Mojo #964B3A

Color information

#964B3A (or 0x964B3A) is unknown color: approx Mojo. HEX triplet: 96, 4B and 3A. RGB value is (150,75,58). Sum of RGB (Red+Green+Blue) = 150+75+58=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #964B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964B3A is #69B4C5. Grayscale: #5F5F5F. Windows color (decimal): -6927558 or 3820438. OLE color: 3820438.

HSL color Cylindrical-coordinate representation of color #964B3A: hue angle of 11.09º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #964B3A is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1507558-
CMYK00.50.610.41
HSL11.09º44.23%40.78%-
HSV(B)11.09º61.33%58.82%-
XYZ15.8611.825.45-
YUV95.49106.85166.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 75 (29.69% from 255) = 26.50%
BLUE value IS 58 (23.05% from 255) = 20.49%
R=53.00%
G=26.50%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150755800.50.610.4111.0944.2340.78
Hex964B3A0323D29b2c29
Octal226113720627551135451
Binary10010110100101111101001100101111011010011011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,75,58); }

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

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

 a { background-color: rgb(150,75,58); }

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

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

 span { border-color: rgb(150,75,58); }

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