Html Css Color HEX #954237 Mojo

📋 copy color: '#954237'

red 149 ◦ green 66 ◦ blue 55

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

Shades of Mojo #954237

Tints of Mojo #954237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.44%

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

R = 55.19%
G = 24.44%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#954237 (or 0x954237) is known color: Mojo. HEX triplet: 95, 42 and 37. RGB value is (149,66,55). Sum of RGB (Red+Green+Blue) = 149+66+55=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #954237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954237 is #6ABDC8. Grayscale: #595959. Windows color (decimal): -6995401 or 3621525. OLE color: 3621525.

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

Color convert

RGB 149 66 55 -
CMYK 0 0.56 0.63 0.42
HSL 7.02º 0.46% 0.4% -
HSV(B) 7.02º 0.63% 0.58% -
XYZ 15.03 10.56 4.86 -
YUV 89.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 149 66 55 0 0.56 0.63 0.42 7.02 0.46 0.4
Hex 95 42 37 0 38 3F 2A 7 2E 28
Octal 225 102 67 0 70 77 52 7 56 50
Binary 10010101 1000010 110111 0 111000 111111 101010 111 101110 101000

Color Harmonies of #954237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954237

Black with #954237

Text Example


Text Example

White with #954237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954237; }

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

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

background-color css

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

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

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

border-color css

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

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

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