#954936

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

Shades of Mojo #954936

Tints of Mojo #954936

Color information

#954936 (or 0x954936) is unknown color: approx Mojo. HEX triplet: 95, 49 and 36. RGB value is (149,73,54). Sum of RGB (Red+Green+Blue) = 149+73+54=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #954936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954936 is #6AB6C9. Grayscale: #5D5D5D. Windows color (decimal): -6993610 or 3557781. OLE color: 3557781.

HSL color Cylindrical-coordinate representation of color #954936: hue angle of 12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #954936 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1497354-
CMYK00.510.640.42
HSL12º46.8%39.8%-
HSV(B)12º63.76%58.43%-
XYZ15.4411.424.88-
YUV93.56105.68167.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.99%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 54 (21.48% from 255) = 19.57%
R=53.99%
G=26.45%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149735400.510.640.421246.839.8
Hex954936033402Ac2f28
Octal2251116606310052145750
Binary100101011001001110110011001110000001010101100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954936; }

 p { color: rgb(149,73,54); }

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

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

 a { background-color: rgb(149,73,54); }

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

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

 span { border-color: rgb(149,73,54); }

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