Html Css Color HEX #954B38 Mojo

📋 copy color: '#954B38'

red 149 ◦ green 75 ◦ blue 56

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

Shades of Mojo #954B38

Tints of Mojo #954B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20%

R = 53.21%
G = 26.79%
B = 20%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#954B38 (or 0x954B38) is known color: Mojo. HEX triplet: 95, 4B and 38. RGB value is (149,75,56). Sum of RGB (Red+Green+Blue) = 149+75+56=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #954B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B38 is #6AB4C7. Grayscale: #5F5F5F. Windows color (decimal): -6993096 or 3689365. OLE color: 3689365.

HSL color Cylindrical-coordinate representation of color #954B38: hue angle of 12.26º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #954B38 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 75 56 -
CMYK 0 0.50 0.62 0.42
HSL 12.26º 0.45% 0.4% -
HSV(B) 12.26º 0.62% 0.58% -
XYZ 15.62 11.71 5.18 -
YUV 94.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 149 75 56 0 0.50 0.62 0.42 12.26 0.45 0.4
Hex 95 4B 38 0 32 3E 2A C 2D 28
Octal 225 113 70 0 62 76 52 14 55 50
Binary 10010101 1001011 111000 0 110010 111110 101010 1100 101101 101000

Color Harmonies of #954B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954B38

Black with #954B38

Text Example


Text Example

White with #954B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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