Html Css Color HEX #954236 Mojo

📋 copy color: '#954236'

red 149 ◦ green 66 ◦ blue 54

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

Shades of Mojo #954236

Tints of Mojo #954236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.07%

R = 55.39%
G = 24.54%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#954236 (or 0x954236) is known color: Mojo. HEX triplet: 95, 42 and 36. RGB value is (149,66,54). Sum of RGB (Red+Green+Blue) = 149+66+54=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #954236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954236 is #6ABDC9. Grayscale: #595959. Windows color (decimal): -6995402 or 3555989. OLE color: 3555989.

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

Color convert

RGB 149 66 54 -
CMYK 0 0.56 0.64 0.42
HSL 7.58º 0.47% 0.4% -
HSV(B) 7.58º 0.64% 0.58% -
XYZ 15.01 10.55 4.74 -
YUV 89.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 149 66 54 0 0.56 0.64 0.42 7.58 0.47 0.4
Hex 95 42 36 0 38 40 2A 8 2F 28
Octal 225 102 66 0 70 100 52 10 57 50
Binary 10010101 1000010 110110 0 111000 1000000 101010 1000 101111 101000

Color Harmonies of #954236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954236

Black with #954236

Text Example


Text Example

White with #954236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954236; }

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

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

background-color css

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

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

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

border-color css

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

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

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