Html Css Color HEX #994F3C Mojo

📋 copy color: '#994F3C'

red 153 ◦ green 79 ◦ blue 60

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

Shades of Mojo #994F3C

Tints of Mojo #994F3C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.05%

 BLUE value IS 60 (23.83% from 255) = 20.55%

R = 52.4%
G = 27.05%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#994F3C (or 0x994F3C) is known color: Mojo. HEX triplet: 99, 4F and 3C. RGB value is (153,79,60). Sum of RGB (Red+Green+Blue) = 153+79+60=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #994F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F3C is #66B0C3. Grayscale: #636363. Windows color (decimal): -6729924 or 3952537. OLE color: 3952537.

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

Color convert

RGB 153 79 60 -
CMYK 0 0.48 0.61 0.4
HSL 12.26º 0.44% 0.42% -
HSV(B) 12.26º 0.61% 0.6% -
XYZ 16.75 12.69 5.84 -
YUV 98.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 153 79 60 0 0.48 0.61 0.4 12.26 0.44 0.42
Hex 99 4F 3C 0 30 3D 28 C 2C 2A
Octal 231 117 74 0 60 75 50 14 54 52
Binary 10011001 1001111 111100 0 110000 111101 101000 1100 101100 101010

Color Harmonies of #994F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F3C

Black with #994F3C

Text Example


Text Example

White with #994F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,79,60); }

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

background-color css

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

 a { background-color: rgb(153,79,60); }

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

border-color css

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

 span { border-color: rgb(153,79,60); }

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