#954036

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

Shades of Mojo #954036

Tints of Mojo #954036

Color information

#954036 (or 0x954036) is unknown color: approx Mojo. HEX triplet: 95, 40 and 36. RGB value is (149,64,54). Sum of RGB (Red+Green+Blue) = 149+64+54=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #954036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954036 is #6ABFC9. Grayscale: #585858. Windows color (decimal): -6995914 or 3555477. OLE color: 3555477.

HSL color Cylindrical-coordinate representation of color #954036: hue angle of 6.32º 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 #954036 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1496454-
CMYK00.570.640.42
HSL6.32º46.8%39.8%-
HSV(B)6.32º63.76%58.43%-
XYZ14.8910.324.7-
YUV88.28108.66171.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=55.81%
G=23.97%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149645400.570.640.426.3246.839.8
Hex954036039402A62f28
Octal225100660711005265750
Binary10010101100000011011001110011000000101010110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954036; }

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

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

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

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

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

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

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

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