Html Css Color HEX #534D47 Mondo

📋 copy color: '#534D47'

red 83 ◦ green 77 ◦ blue 71

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

Shades of Mondo #534D47

Tints of Mondo #534D47

RGB

 RED value IS 83 (32.81% from 255) = 35.93%

 GREEN value IS 77 (30.47% from 255) = 33.33%

 BLUE value IS 71 (28.13% from 255) = 30.74%

R = 35.93%
G = 33.33%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#534D47 (or 0x534D47) is known color: Mondo. HEX triplet: 53, 4D and 47. RGB value is (83,77,71). Sum of RGB (Red+Green+Blue) = 83+77+71=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #534D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D47 is #ACB2B8. Grayscale: #4E4E4E. Windows color (decimal): -11317945 or 4672851. OLE color: 4672851.

HSL color Cylindrical-coordinate representation of color #534D47: hue angle of 30º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #534D47 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 77 71 -
CMYK 0 0.07 0.14 0.67
HSL 30º 0.08% 0.3% -
HSV(B) 30º 0.14% 0.33% -
XYZ 7.36 7.6 7.04 -
YUV 78.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 83 77 71 0 0.07 0.14 0.67 30 0.08 0.3
Hex 53 4D 47 0 7 E 43 1E 8 1E
Octal 123 115 107 0 7 16 103 36 10 36
Binary 1010011 1001101 1000111 0 111 1110 1000011 11110 1000 11110

Color Harmonies of #534D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D47

Black with #534D47

Text Example


Text Example

White with #534D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534D47; }

 p { color: rgb(83,77,71); }

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

background-color css

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

 a { background-color: rgb(83,77,71); }

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

border-color css

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

 span { border-color: rgb(83,77,71); }

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