Html Css Color HEX #954941 Mojo

📋 copy color: '#954941'

red 149 ◦ green 73 ◦ blue 65

#954941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mojo #954941

Tints of Mojo #954941

RGB

 RED value IS 149 (58.59% from 255) = 51.92%

 GREEN value IS 73 (28.91% from 255) = 25.44%

 BLUE value IS 65 (25.78% from 255) = 22.65%

R = 51.92%
G = 25.44%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#954941 (or 0x954941) is known color: Mojo. HEX triplet: 95, 49 and 41. RGB value is (149,73,65). Sum of RGB (Red+Green+Blue) = 149+73+65=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #954941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954941 is #6AB6BE. Grayscale: #5E5E5E. Windows color (decimal): -6993599 or 4278677. OLE color: 4278677.

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

Color convert

RGB 149 73 65 -
CMYK 0 0.51 0.56 0.42
HSL 5.71º 0.39% 0.42% -
HSV(B) 5.71º 0.56% 0.58% -
XYZ 15.73 11.54 6.4 -
YUV 94.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 149 73 65 0 0.51 0.56 0.42 5.71 0.39 0.42
Hex 95 49 41 0 33 38 2A 6 27 2A
Octal 225 111 101 0 63 70 52 6 47 52
Binary 10010101 1001001 1000001 0 110011 111000 101010 110 100111 101010

Color Harmonies of #954941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954941

Black with #954941

Text Example


Text Example

White with #954941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954941; }

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

 H1.HeaderClassName
 {
   color: #954941;
 }
 .AnyTagClassName
 {
   color: #954941;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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