Html Css Color HEX #574F41 Mondo

📋 copy color: '#574F41'

red 87 ◦ green 79 ◦ blue 65

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

Shades of Mondo #574F41

Tints of Mondo #574F41

RGB

 RED value IS 87 (34.38% from 255) = 37.66%

 GREEN value IS 79 (31.25% from 255) = 34.2%

 BLUE value IS 65 (25.78% from 255) = 28.14%

R = 37.66%
G = 34.2%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#574F41 (or 0x574F41) is known color: Mondo. HEX triplet: 57, 4F and 41. RGB value is (87,79,65). Sum of RGB (Red+Green+Blue) = 87+79+65=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 87 - color contains mainly: red. Hex color #574F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F41 is #A8B0BE. Grayscale: #4F4F4F. Windows color (decimal): -11055295 or 4280151. OLE color: 4280151.

HSL color Cylindrical-coordinate representation of color #574F41: hue angle of 38.18º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #574F41 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 79 65 -
CMYK 0 0.09 0.25 0.66
HSL 38.18º 0.14% 0.3% -
HSV(B) 38.18º 0.25% 0.34% -
XYZ 7.68 8 6.14 -
YUV 79.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 87 79 65 0 0.09 0.25 0.66 38.18 0.14 0.3
Hex 57 4F 41 0 9 19 42 26 E 1E
Octal 127 117 101 0 11 31 102 46 16 36
Binary 1010111 1001111 1000001 0 1001 11001 1000010 100110 1110 11110

Color Harmonies of #574F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F41

Black with #574F41

Text Example


Text Example

White with #574F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574F41; }

 p { color: rgb(87,79,65); }

 H1.HeaderClassName
 {
   color: #574F41;
 }
 .AnyTagClassName
 {
   color: #574F41;
 }
</style>

background-color css

<style>
 a { background-color: #574F41; }

 a { background-color: rgb(87,79,65); }

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

border-color css

<style>
 span { border-color: #574F41; }

 span { border-color: rgb(87,79,65); }

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