Html Css Color HEX #994D3D Mojo

📋 copy color: '#994D3D'

red 153 ◦ green 77 ◦ blue 61

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

Shades of Mojo #994D3D

Tints of Mojo #994D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.96%

R = 52.58%
G = 26.46%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.4

RGB Variations

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

Color information

#994D3D (or 0x994D3D) is known color: Mojo. HEX triplet: 99, 4D and 3D. RGB value is (153,77,61). Sum of RGB (Red+Green+Blue) = 153+77+61=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #994D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D3D is #66B2C2. Grayscale: #626262. Windows color (decimal): -6730435 or 4017561. OLE color: 4017561.

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

Color convert

RGB 153 77 61 -
CMYK 0 0.50 0.60 0.4
HSL 10.43º 0.43% 0.42% -
HSV(B) 10.43º 0.6% 0.6% -
XYZ 16.63 12.42 5.93 -
YUV 97.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 153 77 61 0 0.50 0.60 0.4 10.43 0.43 0.42
Hex 99 4D 3D 0 32 3C 28 A 2B 2A
Octal 231 115 75 0 62 74 50 12 53 52
Binary 10011001 1001101 111101 0 110010 111100 101000 1010 101011 101010

Color Harmonies of #994D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D3D

Black with #994D3D

Text Example


Text Example

White with #994D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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