Html Css Color HEX #544B40 Mondo

📋 copy color: '#544B40'

red 84 ◦ green 75 ◦ blue 64

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

Shades of Mondo #544B40

Tints of Mondo #544B40

RGB

 RED value IS 84 (33.2% from 255) = 37.67%

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

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

R = 37.67%
G = 33.63%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#544B40 (or 0x544B40) is known color: Mondo. HEX triplet: 54, 4B and 40. RGB value is (84,75,64). Sum of RGB (Red+Green+Blue) = 84+75+64=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 84 - color contains mainly: red. Hex color #544B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B40 is #ABB4BF. Grayscale: #4C4C4C. Windows color (decimal): -11252928 or 4213588. OLE color: 4213588.

HSL color Cylindrical-coordinate representation of color #544B40: hue angle of 33º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #544B40 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 75 64 -
CMYK 0 0.11 0.24 0.67
HSL 33º 0.14% 0.29% -
HSV(B) 33º 0.24% 0.33% -
XYZ 7.1 7.29 5.88 -
YUV 76.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 84 75 64 0 0.11 0.24 0.67 33 0.14 0.29
Hex 54 4B 40 0 B 18 43 21 E 1D
Octal 124 113 100 0 13 30 103 41 16 35
Binary 1010100 1001011 1000000 0 1011 11000 1000011 100001 1110 11101

Color Harmonies of #544B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544B40

Black with #544B40

Text Example


Text Example

White with #544B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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