Html Css Color HEX #524D41 Dune

📋 copy color: '#524D41'

red 82 ◦ green 77 ◦ blue 65

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

Shades of Dune #524D41

Tints of Dune #524D41

RGB

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

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

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

R = 36.61%
G = 34.38%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#524D41 (or 0x524D41) is known color: Dune. HEX triplet: 52, 4D and 41. RGB value is (82,77,65). Sum of RGB (Red+Green+Blue) = 82+77+65=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 82 - color contains mainly: red. Hex color #524D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D41 is #ADB2BE. Grayscale: #4D4D4D. Windows color (decimal): -11383487 or 4279634. OLE color: 4279634.

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

Color convert

RGB 82 77 65 -
CMYK 0 0.06 0.21 0.68
HSL 42.35º 0.12% 0.29% -
HSV(B) 42.35º 0.21% 0.32% -
XYZ 7.09 7.48 6.07 -
YUV 77.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 82 77 65 0 0.06 0.21 0.68 42.35 0.12 0.29
Hex 52 4D 41 0 6 15 44 2A C 1D
Octal 122 115 101 0 6 25 104 52 14 35
Binary 1010010 1001101 1000001 0 110 10101 1000100 101010 1100 11101

Color Harmonies of #524D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D41

Black with #524D41

Text Example


Text Example

White with #524D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,77,65); }

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

background-color css

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

 a { background-color: rgb(82,77,65); }

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

border-color css

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

 span { border-color: rgb(82,77,65); }

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