Html Css Color HEX #994B39 Mojo

📋 copy color: '#994B39'

red 153 ◦ green 75 ◦ blue 57

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

Shades of Mojo #994B39

Tints of Mojo #994B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20%

R = 53.68%
G = 26.32%
B = 20%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#994B39 (or 0x994B39) is known color: Mojo. HEX triplet: 99, 4B and 39. RGB value is (153,75,57). Sum of RGB (Red+Green+Blue) = 153+75+57=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #994B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B39 is #66B4C6. Grayscale: #606060. Windows color (decimal): -6730951 or 3754905. OLE color: 3754905.

HSL color Cylindrical-coordinate representation of color #994B39: hue angle of 11.25º 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 #994B39 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 75 57 -
CMYK 0 0.51 0.63 0.4
HSL 11.25º 0.46% 0.41% -
HSV(B) 11.25º 0.63% 0.6% -
XYZ 16.39 12.1 5.34 -
YUV 96.27 105.84 168.46 -
System Red Green Blue C M Y K H S L
Decimal 153 75 57 0 0.51 0.63 0.4 11.25 0.46 0.41
Hex 99 4B 39 0 33 3F 28 B 2E 29
Octal 231 113 71 0 63 77 50 13 56 51
Binary 10011001 1001011 111001 0 110011 111111 101000 1011 101110 101001

Color Harmonies of #994B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994B39

Black with #994B39

Text Example


Text Example

White with #994B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,75,57); }

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

background-color css

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

 a { background-color: rgb(153,75,57); }

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

border-color css

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

 span { border-color: rgb(153,75,57); }

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