#954037

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

Shades of Mojo #954037

Tints of Mojo #954037

Color information

#954037 (or 0x954037) is unknown color: approx Mojo. HEX triplet: 95, 40 and 37. RGB value is (149,64,55). Sum of RGB (Red+Green+Blue) = 149+64+55=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #954037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954037 is #6ABFC8. Grayscale: #585858. Windows color (decimal): -6995913 or 3621013. OLE color: 3621013.

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

Color convert

RGB1496455-
CMYK00.570.630.42
HSL5.74º46.08%40%-
HSV(B)5.74º63.09%58.43%-
XYZ14.9210.334.82-
YUV88.39109.16171.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.60%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 55 (21.88% from 255) = 20.52%
R=55.60%
G=23.88%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149645500.570.630.425.7446.0840
Hex9540370393F2A62e28
Octal22510067071775265650
Binary1001010110000001101110111001111111101010110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954037; }

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

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

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

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

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

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

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

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