Html Css Color HEX #984B40 Mojo

📋 copy color: '#984B40'

red 152 ◦ green 75 ◦ blue 64

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

Shades of Mojo #984B40

Tints of Mojo #984B40

RGB

 RED value IS 152 (59.77% from 255) = 52.23%

 GREEN value IS 75 (29.69% from 255) = 25.77%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 52.23%
G = 25.77%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#984B40 (or 0x984B40) is known color: Mojo. HEX triplet: 98, 4B and 40. RGB value is (152,75,64). Sum of RGB (Red+Green+Blue) = 152+75+64=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #984B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984B40 is #67B4BF. Grayscale: #606060. Windows color (decimal): -6796480 or 4213656. OLE color: 4213656.

HSL color Cylindrical-coordinate representation of color #984B40: hue angle of 7.5º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984B40 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 75 64 -
CMYK 0 0.51 0.58 0.40
HSL 7.5º 0.41% 0.42% -
HSV(B) 7.5º 0.58% 0.6% -
XYZ 16.39 12.08 6.32 -
YUV 96.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 152 75 64 0 0.51 0.58 0.40 7.5 0.41 0.42
Hex 98 4B 40 0 33 3A 28 8 29 2A
Octal 230 113 100 0 63 72 50 10 51 52
Binary 10011000 1001011 1000000 0 110011 111010 101000 1000 101001 101010

Color Harmonies of #984B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984B40

Black with #984B40

Text Example


Text Example

White with #984B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984B40; }

 p { color: rgb(152,75,64); }

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

background-color css

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

 a { background-color: rgb(152,75,64); }

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

border-color css

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

 span { border-color: rgb(152,75,64); }

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