#954D3F

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

Shades of Mojo #954D3F

Tints of Mojo #954D3F

Color information

#954D3F (or 0x954D3F) is unknown color: approx Mojo. HEX triplet: 95, 4D and 3F. RGB value is (149,77,63). Sum of RGB (Red+Green+Blue) = 149+77+63=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #954D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D3F is #6AB2C0. Grayscale: #616161. Windows color (decimal): -6992577 or 4148629. OLE color: 4148629.

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

Color convert

RGB1497763-
CMYK00.480.580.42
HSL9.77º40.57%41.57%-
HSV(B)9.77º57.72%58.43%-
XYZ15.9512.066.19-
YUV96.93108.85165.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 77 (30.47% from 255) = 26.64%
BLUE value IS 63 (25% from 255) = 21.80%
R=51.56%
G=26.64%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149776300.480.580.429.7740.5741.57
Hex954D3F0303A2Aa292a
Octal225115770607252125152
Binary10010101100110111111101100001110101010101010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,77,63); }

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

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

 a { background-color: rgb(149,77,63); }

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

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

 span { border-color: rgb(149,77,63); }

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