Html Css Color HEX #954742 Mojo

📋 copy color: '#954742'

red 149 ◦ green 71 ◦ blue 66

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

Shades of Mojo #954742

Tints of Mojo #954742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.83%

 BLUE value IS 66 (26.17% from 255) = 23.08%

R = 52.1%
G = 24.83%
B = 23.08%

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

#954742 (or 0x954742) is known color: Mojo. HEX triplet: 95, 47 and 42. RGB value is (149,71,66). Sum of RGB (Red+Green+Blue) = 149+71+66=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #954742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954742 is #6AB8BD. Grayscale: #5D5D5D. Windows color (decimal): -6994110 or 4343701. OLE color: 4343701.

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

Color convert

RGB 149 71 66 -
CMYK 0 0.52 0.56 0.42
HSL 3.61º 0.39% 0.42% -
HSV(B) 3.61º 0.56% 0.58% -
XYZ 15.63 11.29 6.51 -
YUV 93.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 149 71 66 0 0.52 0.56 0.42 3.61 0.39 0.42
Hex 95 47 42 0 34 38 2A 4 27 2A
Octal 225 107 102 0 64 70 52 4 47 52
Binary 10010101 1000111 1000010 0 110100 111000 101010 100 100111 101010

Color Harmonies of #954742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954742

Black with #954742

Text Example


Text Example

White with #954742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954742; }

 p { color: rgb(149,71,66); }

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

background-color css

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

 a { background-color: rgb(149,71,66); }

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

border-color css

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

 span { border-color: rgb(149,71,66); }

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