Html Css Color HEX #534E46 Mondo

📋 copy color: '#534E46'

red 83 ◦ green 78 ◦ blue 70

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

Shades of Mondo #534E46

Tints of Mondo #534E46

RGB

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

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

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

R = 35.93%
G = 33.77%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#534E46 (or 0x534E46) is known color: Mondo. HEX triplet: 53, 4E and 46. RGB value is (83,78,70). Sum of RGB (Red+Green+Blue) = 83+78+70=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #534E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E46 is #ACB1B9. Grayscale: #4E4E4E. Windows color (decimal): -11317690 or 4607571. OLE color: 4607571.

HSL color Cylindrical-coordinate representation of color #534E46: hue angle of 36.92º 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 #534E46 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 78 70 -
CMYK 0 0.06 0.16 0.67
HSL 36.92º 0.08% 0.3% -
HSV(B) 36.92º 0.16% 0.33% -
XYZ 7.4 7.73 6.9 -
YUV 78.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 83 78 70 0 0.06 0.16 0.67 36.92 0.08 0.3
Hex 53 4E 46 0 6 10 43 25 8 1E
Octal 123 116 106 0 6 20 103 45 10 36
Binary 1010011 1001110 1000110 0 110 10000 1000011 100101 1000 11110

Color Harmonies of #534E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E46

Black with #534E46

Text Example


Text Example

White with #534E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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