Html Css Color HEX #534D46 Mondo

📋 copy color: '#534D46'

red 83 ◦ green 77 ◦ blue 70

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

Shades of Mondo #534D46

Tints of Mondo #534D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.43%

R = 36.09%
G = 33.48%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#534D46 (or 0x534D46) is known color: Mondo. HEX triplet: 53, 4D and 46. RGB value is (83,77,70). Sum of RGB (Red+Green+Blue) = 83+77+70=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #534D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D46 is #ACB2B9. Grayscale: #4E4E4E. Windows color (decimal): -11317946 or 4607315. OLE color: 4607315.

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

Color convert

RGB 83 77 70 -
CMYK 0 0.07 0.16 0.67
HSL 32.31º 0.08% 0.3% -
HSV(B) 32.31º 0.16% 0.33% -
XYZ 7.33 7.59 6.87 -
YUV 78 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 83 77 70 0 0.07 0.16 0.67 32.31 0.08 0.3
Hex 53 4D 46 0 7 10 43 20 8 1E
Octal 123 115 106 0 7 20 103 40 10 36
Binary 1010011 1001101 1000110 0 111 10000 1000011 100000 1000 11110

Color Harmonies of #534D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D46

Black with #534D46

Text Example


Text Example

White with #534D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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