Html Css Color HEX #994C37 Mojo

📋 copy color: '#994C37'

red 153 ◦ green 76 ◦ blue 55

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

Shades of Mojo #994C37

Tints of Mojo #994C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.76%

 BLUE value IS 55 (21.88% from 255) = 19.37%

R = 53.87%
G = 26.76%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.4

RGB Variations

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

Color information

#994C37 (or 0x994C37) is known color: Mojo. HEX triplet: 99, 4C and 37. RGB value is (153,76,55). Sum of RGB (Red+Green+Blue) = 153+76+55=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #994C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C37 is #66B3C8. Grayscale: #606060. Windows color (decimal): -6730697 or 3624089. OLE color: 3624089.

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

Color convert

RGB 153 76 55 -
CMYK 0 0.50 0.64 0.4
HSL 12.86º 0.47% 0.41% -
HSV(B) 12.86º 0.64% 0.6% -
XYZ 16.41 12.22 5.11 -
YUV 96.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 153 76 55 0 0.50 0.64 0.4 12.86 0.47 0.41
Hex 99 4C 37 0 32 40 28 D 2F 29
Octal 231 114 67 0 62 100 50 15 57 51
Binary 10011001 1001100 110111 0 110010 1000000 101000 1101 101111 101001

Color Harmonies of #994C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C37

Black with #994C37

Text Example


Text Example

White with #994C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,76,55); }

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

background-color css

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

 a { background-color: rgb(153,76,55); }

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

border-color css

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

 span { border-color: rgb(153,76,55); }

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