#954636

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

Shades of Mojo #954636

Tints of Mojo #954636

Color information

#954636 (or 0x954636) is unknown color: approx Mojo. HEX triplet: 95, 46 and 36. RGB value is (149,70,54). Sum of RGB (Red+Green+Blue) = 149+70+54=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #954636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954636 is #6AB9C9. Grayscale: #5B5B5B. Windows color (decimal): -6994378 or 3557013. OLE color: 3557013.

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

Color convert

RGB1497054-
CMYK00.530.640.42
HSL10.11º46.8%39.8%-
HSV(B)10.11º63.76%58.43%-
XYZ15.2511.044.82-
YUV91.8106.67168.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.58%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=54.58%
G=25.64%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149705400.530.640.4210.1146.839.8
Hex954636035402Aa2f28
Octal2251066606510052125750
Binary100101011000110110110011010110000001010101010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954636; }

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

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

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

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

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

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

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

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