Html Css Color HEX #994D38 Mojo

📋 copy color: '#994D38'

red 153 ◦ green 77 ◦ blue 56

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

Shades of Mojo #994D38

Tints of Mojo #994D38

RGB

 RED value IS 153 (60.16% from 255) = 53.5%

 GREEN value IS 77 (30.47% from 255) = 26.92%

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

R = 53.5%
G = 26.92%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#994D38 (or 0x994D38) is known color: Mojo. HEX triplet: 99, 4D and 38. RGB value is (153,77,56). Sum of RGB (Red+Green+Blue) = 153+77+56=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #994D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D38 is #66B2C7. Grayscale: #616161. Windows color (decimal): -6730440 or 3689881. OLE color: 3689881.

HSL color Cylindrical-coordinate representation of color #994D38: hue angle of 12.99º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #994D38 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 77 56 -
CMYK 0 0.50 0.63 0.4
HSL 12.99º 0.46% 0.41% -
HSV(B) 12.99º 0.63% 0.6% -
XYZ 16.5 12.37 5.26 -
YUV 97.33 104.68 167.71 -
System Red Green Blue C M Y K H S L
Decimal 153 77 56 0 0.50 0.63 0.4 12.99 0.46 0.41
Hex 99 4D 38 0 32 3F 28 D 2E 29
Octal 231 115 70 0 62 77 50 15 56 51
Binary 10011001 1001101 111000 0 110010 111111 101000 1101 101110 101001

Color Harmonies of #994D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D38

Black with #994D38

Text Example


Text Example

White with #994D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994D38; }

 p { color: rgb(153,77,56); }

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

background-color css

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

 a { background-color: rgb(153,77,56); }

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

border-color css

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

 span { border-color: rgb(153,77,56); }

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