#954A41

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

Shades of Mojo #954A41

Tints of Mojo #954A41

Color information

#954A41 (or 0x954A41) is unknown color: approx Mojo. HEX triplet: 95, 4A and 41. RGB value is (149,74,65). Sum of RGB (Red+Green+Blue) = 149+74+65=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #954A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A41 is #6AB5BE. Grayscale: #5F5F5F. Windows color (decimal): -6993343 or 4278933. OLE color: 4278933.

HSL color Cylindrical-coordinate representation of color #954A41: hue angle of 6.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954A41 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1497465-
CMYK00.500.560.42
HSL6.43º39.25%41.96%-
HSV(B)6.43º56.38%58.43%-
XYZ15.811.676.42-
YUV95.4110.85166.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 74 (29.30% from 255) = 25.69%
BLUE value IS 65 (25.78% from 255) = 22.57%
R=51.74%
G=25.69%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149746500.500.560.426.4339.2541.96
Hex954A41032382A6272a
Octal225112101062705264752
Binary10010101100101010000010110010111000101010110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954A41; }

 p { color: rgb(149,74,65); }

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

<style>
 a { background-color: #954A41; }

 a { background-color: rgb(149,74,65); }

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

<style>
 span { border-color: #954A41; }

 span { border-color: rgb(149,74,65); }

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