Html Css Color HEX #534D45 Mondo

📋 copy color: '#534D45'

red 83 ◦ green 77 ◦ blue 69

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

Shades of Mondo #534D45

Tints of Mondo #534D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.13%

R = 36.24%
G = 33.62%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#534D45 (or 0x534D45) is known color: Mondo. HEX triplet: 53, 4D and 45. RGB value is (83,77,69). Sum of RGB (Red+Green+Blue) = 83+77+69=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #534D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D45 is #ACB2BA. Grayscale: #4D4D4D. Windows color (decimal): -11317947 or 4541779. OLE color: 4541779.

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

Color convert

RGB 83 77 69 -
CMYK 0 0.07 0.17 0.67
HSL 34.29º 0.09% 0.3% -
HSV(B) 34.29º 0.17% 0.33% -
XYZ 7.3 7.58 6.71 -
YUV 77.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 83 77 69 0 0.07 0.17 0.67 34.29 0.09 0.3
Hex 53 4D 45 0 7 11 43 22 9 1E
Octal 123 115 105 0 7 21 103 42 11 36
Binary 1010011 1001101 1000101 0 111 10001 1000011 100010 1001 11110

Color Harmonies of #534D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D45

Black with #534D45

Text Example


Text Example

White with #534D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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