Html Css Color HEX #994236 Mojo

📋 copy color: '#994236'

red 153 ◦ green 66 ◦ blue 54

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

Shades of Mojo #994236

Tints of Mojo #994236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

 BLUE value IS 54 (21.48% from 255) = 19.78%

R = 56.04%
G = 24.18%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#994236 (or 0x994236) is known color: Mojo. HEX triplet: 99, 42 and 36. RGB value is (153,66,54). Sum of RGB (Red+Green+Blue) = 153+66+54=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #994236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994236 is #66BDC9. Grayscale: #5A5A5A. Windows color (decimal): -6733258 or 3555993. OLE color: 3555993.

HSL color Cylindrical-coordinate representation of color #994236: hue angle of 7.27º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #994236 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 54 -
CMYK 0 0.57 0.65 0.4
HSL 7.27º 0.48% 0.41% -
HSV(B) 7.27º 0.65% 0.6% -
XYZ 15.75 10.94 4.77 -
YUV 90.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 153 66 54 0 0.57 0.65 0.4 7.27 0.48 0.41
Hex 99 42 36 0 39 41 28 7 30 29
Octal 231 102 66 0 71 101 50 7 60 51
Binary 10011001 1000010 110110 0 111001 1000001 101000 111 110000 101001

Color Harmonies of #994236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994236

Black with #994236

Text Example


Text Example

White with #994236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994236; }

 p { color: rgb(153,66,54); }

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

background-color css

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

 a { background-color: rgb(153,66,54); }

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

border-color css

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

 span { border-color: rgb(153,66,54); }

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