Html Css Color HEX #954B41 Mojo

📋 copy color: '#954B41'

red 149 ◦ green 75 ◦ blue 65

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

Shades of Mojo #954B41

Tints of Mojo #954B41

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.95%

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

R = 51.56%
G = 25.95%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#954B41 (or 0x954B41) is known color: Mojo. HEX triplet: 95, 4B and 41. RGB value is (149,75,65). Sum of RGB (Red+Green+Blue) = 149+75+65=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #954B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B41 is #6AB4BE. Grayscale: #606060. Windows color (decimal): -6993087 or 4279189. OLE color: 4279189.

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

Color convert

RGB 149 75 65 -
CMYK 0 0.50 0.56 0.42
HSL 7.14º 0.39% 0.42% -
HSV(B) 7.14º 0.56% 0.58% -
XYZ 15.86 11.8 6.44 -
YUV 95.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 149 75 65 0 0.50 0.56 0.42 7.14 0.39 0.42
Hex 95 4B 41 0 32 38 2A 7 27 2A
Octal 225 113 101 0 62 70 52 7 47 52
Binary 10010101 1001011 1000001 0 110010 111000 101010 111 100111 101010

Color Harmonies of #954B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954B41

Black with #954B41

Text Example


Text Example

White with #954B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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