#954436

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

Shades of Mojo #954436

Tints of Mojo #954436

Color information

#954436 (or 0x954436) is unknown color: approx Mojo. HEX triplet: 95, 44 and 36. RGB value is (149,68,54). Sum of RGB (Red+Green+Blue) = 149+68+54=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #954436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954436 is #6ABBC9. Grayscale: #5A5A5A. Windows color (decimal): -6994890 or 3556501. OLE color: 3556501.

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

Color convert

RGB1496854-
CMYK00.540.640.42
HSL8.84º46.8%39.8%-
HSV(B)8.84º63.76%58.43%-
XYZ15.1310.794.78-
YUV90.62107.34169.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 54 (21.48% from 255) = 19.93%
R=54.98%
G=25.09%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149685400.540.640.428.8446.839.8
Hex954436036402A92f28
Octal2251046606610052115750
Binary100101011000100110110011011010000001010101001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954436; }

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

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

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

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

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

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

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

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