Html Css Color HEX #954841 Mojo

📋 copy color: '#954841'

red 149 ◦ green 72 ◦ blue 65

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

Shades of Mojo #954841

Tints of Mojo #954841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.17%

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

R = 52.1%
G = 25.17%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#954841 (or 0x954841) is known color: Mojo. HEX triplet: 95, 48 and 41. RGB value is (149,72,65). Sum of RGB (Red+Green+Blue) = 149+72+65=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #954841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954841 is #6AB7BE. Grayscale: #5E5E5E. Windows color (decimal): -6993855 or 4278421. OLE color: 4278421.

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

Color convert

RGB 149 72 65 -
CMYK 0 0.52 0.56 0.42
HSL 0.39% 0.42% -
HSV(B) 0.56% 0.58% -
XYZ 15.67 11.41 6.38 -
YUV 94.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 149 72 65 0 0.52 0.56 0.42 5 0.39 0.42
Hex 95 48 41 0 34 38 2A 5 27 2A
Octal 225 110 101 0 64 70 52 5 47 52
Binary 10010101 1001000 1000001 0 110100 111000 101010 101 100111 101010

Color Harmonies of #954841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954841

Black with #954841

Text Example


Text Example

White with #954841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954841; }

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

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

background-color css

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

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

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

border-color css

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

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

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