#954838

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

Shades of Mojo #954838

Tints of Mojo #954838

Color information

#954838 (or 0x954838) is unknown color: approx Mojo. HEX triplet: 95, 48 and 38. RGB value is (149,72,56). Sum of RGB (Red+Green+Blue) = 149+72+56=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #954838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954838 is #6AB7C7. Grayscale: #5D5D5D. Windows color (decimal): -6993864 or 3688597. OLE color: 3688597.

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

Color convert

RGB1497256-
CMYK00.520.620.42
HSL10.32º45.37%40.2%-
HSV(B)10.32º62.42%58.43%-
XYZ15.4311.315.11-
YUV93.2107.01167.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.79%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 56 (22.27% from 255) = 20.22%
R=53.79%
G=25.99%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149725600.520.620.4210.3245.3740.2
Hex9548380343E2Aa2d28
Octal225110700647652125550
Binary10010101100100011100001101001111101010101010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954838; }

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

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

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

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

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

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

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

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