Html Css Color HEX #524B40 Mondo

📋 copy color: '#524B40'

red 82 ◦ green 75 ◦ blue 64

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

Shades of Mondo #524B40

Tints of Mondo #524B40

RGB

 RED value IS 82 (32.42% from 255) = 37.1%

 GREEN value IS 75 (29.69% from 255) = 33.94%

 BLUE value IS 64 (25.39% from 255) = 28.96%

R = 37.1%
G = 33.94%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#524B40 (or 0x524B40) is known color: Mondo. HEX triplet: 52, 4B and 40. RGB value is (82,75,64). Sum of RGB (Red+Green+Blue) = 82+75+64=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #524B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B40 is #ADB4BF. Grayscale: #4B4B4B. Windows color (decimal): -11384000 or 4213586. OLE color: 4213586.

HSL color Cylindrical-coordinate representation of color #524B40: hue angle of 36.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #524B40 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 75 64 -
CMYK 0 0.09 0.22 0.68
HSL 36.67º 0.12% 0.29% -
HSV(B) 36.67º 0.22% 0.32% -
XYZ 6.92 7.2 5.87 -
YUV 75.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 82 75 64 0 0.09 0.22 0.68 36.67 0.12 0.29
Hex 52 4B 40 0 9 16 44 25 C 1D
Octal 122 113 100 0 11 26 104 45 14 35
Binary 1010010 1001011 1000000 0 1001 10110 1000100 100101 1100 11101

Color Harmonies of #524B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B40

Black with #524B40

Text Example


Text Example

White with #524B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524B40; }

 p { color: rgb(82,75,64); }

 H1.HeaderClassName
 {
   color: #524B40;
 }
 .AnyTagClassName
 {
   color: #524B40;
 }
</style>

background-color css

<style>
 a { background-color: #524B40; }

 a { background-color: rgb(82,75,64); }

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

border-color css

<style>
 span { border-color: #524B40; }

 span { border-color: rgb(82,75,64); }

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