Html Css Color HEX #525049 Dune

📋 copy color: '#525049'

red 82 ◦ green 80 ◦ blue 73

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

Shades of Dune #525049

Tints of Dune #525049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.04%

 BLUE value IS 73 (28.91% from 255) = 31.06%

R = 34.89%
G = 34.04%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#525049 (or 0x525049) is known color: Dune. HEX triplet: 52, 50 and 49. RGB value is (82,80,73). Sum of RGB (Red+Green+Blue) = 82+80+73=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 82 - color contains mainly: red. Hex color #525049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525049 is #ADAFB6. Grayscale: #4F4F4F. Windows color (decimal): -11382711 or 4804690. OLE color: 4804690.

HSL color Cylindrical-coordinate representation of color #525049: hue angle of 46.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #525049 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 80 73 -
CMYK 0 0.02 0.11 0.68
HSL 46.67º 0.06% 0.3% -
HSV(B) 46.67º 0.11% 0.32% -
XYZ 7.55 8.01 7.45 -
YUV 79.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 82 80 73 0 0.02 0.11 0.68 46.67 0.06 0.3
Hex 52 50 49 0 2 B 44 2F 6 1E
Octal 122 120 111 0 2 13 104 57 6 36
Binary 1010010 1010000 1001001 0 10 1011 1000100 101111 110 11110

Color Harmonies of #525049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525049

Black with #525049

Text Example


Text Example

White with #525049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525049; }

 p { color: rgb(82,80,73); }

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

background-color css

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

 a { background-color: rgb(82,80,73); }

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

border-color css

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

 span { border-color: rgb(82,80,73); }

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