Html Css Color HEX #994137 Mojo

📋 copy color: '#994137'

red 153 ◦ green 65 ◦ blue 55

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

Shades of Mojo #994137

Tints of Mojo #994137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

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

R = 56.04%
G = 23.81%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.4

RGB Variations

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

Color information

#994137 (or 0x994137) is known color: Mojo. HEX triplet: 99, 41 and 37. RGB value is (153,65,55). Sum of RGB (Red+Green+Blue) = 153+65+55=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #994137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994137 is #66BEC8. Grayscale: #5A5A5A. Windows color (decimal): -6733513 or 3621273. OLE color: 3621273.

HSL color Cylindrical-coordinate representation of color #994137: hue angle of 6.12º 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 #994137 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 65 55 -
CMYK 0 0.58 0.64 0.4
HSL 6.12º 0.47% 0.41% -
HSV(B) 6.12º 0.64% 0.6% -
XYZ 15.72 10.83 4.88 -
YUV 90.17 108.15 172.81 -
System Red Green Blue C M Y K H S L
Decimal 153 65 55 0 0.58 0.64 0.4 6.12 0.47 0.41
Hex 99 41 37 0 3A 40 28 6 2F 29
Octal 231 101 67 0 72 100 50 6 57 51
Binary 10011001 1000001 110111 0 111010 1000000 101000 110 101111 101001

Color Harmonies of #994137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994137

Black with #994137

Text Example


Text Example

White with #994137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994137; }

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

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

background-color css

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

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

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

border-color css

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

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

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