Html Css Color HEX #524F46 Dune

📋 copy color: '#524F46'

red 82 ◦ green 79 ◦ blue 70

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

Shades of Dune #524F46

Tints of Dune #524F46

RGB

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

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

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

R = 35.5%
G = 34.2%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#524F46 (or 0x524F46) is known color: Dune. HEX triplet: 52, 4F and 46. RGB value is (82,79,70). Sum of RGB (Red+Green+Blue) = 82+79+70=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 82 - color contains mainly: red. Hex color #524F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F46 is #ADB0B9. Grayscale: #4E4E4E. Windows color (decimal): -11382970 or 4607826. OLE color: 4607826.

HSL color Cylindrical-coordinate representation of color #524F46: hue angle of 45º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #524F46 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 79 70 -
CMYK 0 0.04 0.15 0.68
HSL 45º 0.08% 0.3% -
HSV(B) 45º 0.15% 0.32% -
XYZ 7.38 7.83 6.92 -
YUV 78.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 82 79 70 0 0.04 0.15 0.68 45 0.08 0.3
Hex 52 4F 46 0 4 F 44 2D 8 1E
Octal 122 117 106 0 4 17 104 55 10 36
Binary 1010010 1001111 1000110 0 100 1111 1000100 101101 1000 11110

Color Harmonies of #524F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F46

Black with #524F46

Text Example


Text Example

White with #524F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,79,70); }

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

background-color css

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

 a { background-color: rgb(82,79,70); }

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

border-color css

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

 span { border-color: rgb(82,79,70); }

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