Html Css Color HEX #534E49 Mondo

📋 copy color: '#534E49'

red 83 ◦ green 78 ◦ blue 73

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

Shades of Mondo #534E49

Tints of Mondo #534E49

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.33%

 BLUE value IS 73 (28.91% from 255) = 31.2%

R = 35.47%
G = 33.33%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#534E49 (or 0x534E49) is known color: Mondo. HEX triplet: 53, 4E and 49. RGB value is (83,78,73). Sum of RGB (Red+Green+Blue) = 83+78+73=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 83 - color contains mainly: red. Hex color #534E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E49 is #ACB1B6. Grayscale: #4E4E4E. Windows color (decimal): -11317687 or 4804179. OLE color: 4804179.

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

Color convert

RGB 83 78 73 -
CMYK 0 0.06 0.12 0.67
HSL 30º 0.06% 0.31% -
HSV(B) 30º 0.12% 0.33% -
XYZ 7.49 7.77 7.41 -
YUV 78.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 83 78 73 0 0.06 0.12 0.67 30 0.06 0.31
Hex 53 4E 49 0 6 C 43 1E 6 1F
Octal 123 116 111 0 6 14 103 36 6 37
Binary 1010011 1001110 1001001 0 110 1100 1000011 11110 110 11111

Color Harmonies of #534E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E49

Black with #534E49

Text Example


Text Example

White with #534E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,78,73); }

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

background-color css

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

 a { background-color: rgb(83,78,73); }

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

border-color css

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

 span { border-color: rgb(83,78,73); }

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