Html Css Color HEX #953F37 Mojo

📋 copy color: '#953F37'

red 149 ◦ green 63 ◦ blue 55

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

Shades of Mojo #953F37

Tints of Mojo #953F37

RGB

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

 GREEN value IS 63 (25% from 255) = 23.6%

 BLUE value IS 55 (21.88% from 255) = 20.6%

R = 55.81%
G = 23.6%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#953F37 (or 0x953F37) is known color: Mojo. HEX triplet: 95, 3F and 37. RGB value is (149,63,55). Sum of RGB (Red+Green+Blue) = 149+63+55=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #953F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F37 is #6AC0C8. Grayscale: #575757. Windows color (decimal): -6996169 or 3620757. OLE color: 3620757.

HSL color Cylindrical-coordinate representation of color #953F37: hue angle of 5.11º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953F37 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 63 55 -
CMYK 0 0.58 0.63 0.42
HSL 5.11º 0.46% 0.4% -
HSV(B) 5.11º 0.63% 0.58% -
XYZ 14.86 10.22 4.8 -
YUV 87.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 149 63 55 0 0.58 0.63 0.42 5.11 0.46 0.4
Hex 95 3F 37 0 3A 3F 2A 5 2E 28
Octal 225 77 67 0 72 77 52 5 56 50
Binary 10010101 111111 110111 0 111010 111111 101010 101 101110 101000

Color Harmonies of #953F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F37

Black with #953F37

Text Example


Text Example

White with #953F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953F37; }

 p { color: rgb(149,63,55); }

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

background-color css

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

 a { background-color: rgb(149,63,55); }

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

border-color css

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

 span { border-color: rgb(149,63,55); }

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