#954938

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

Shades of Mojo #954938

Tints of Mojo #954938

Color information

#954938 (or 0x954938) is unknown color: approx Mojo. HEX triplet: 95, 49 and 38. RGB value is (149,73,56). Sum of RGB (Red+Green+Blue) = 149+73+56=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #954938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954938 is #6AB6C7. Grayscale: #5D5D5D. Windows color (decimal): -6993608 or 3688853. OLE color: 3688853.

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

Color convert

RGB1497356-
CMYK00.510.620.42
HSL10.97º45.37%40.2%-
HSV(B)10.97º62.42%58.43%-
XYZ15.4911.445.13-
YUV93.79106.68167.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.60%
GREEN value IS 73 (28.91% from 255) = 26.26%
BLUE value IS 56 (22.27% from 255) = 20.14%
R=53.60%
G=26.26%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149735600.510.620.4210.9745.3740.2
Hex9549380333E2Ab2d28
Octal225111700637652135550
Binary10010101100100111100001100111111101010101011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954938; }

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

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

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

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

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

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

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

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