Html Css Color HEX #53524F Dune

📋 copy color: '#53524F'

red 83 ◦ green 82 ◦ blue 79

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

Shades of Dune #53524F

Tints of Dune #53524F

RGB

 RED value IS 83 (32.81% from 255) = 34.02%

 GREEN value IS 82 (32.42% from 255) = 33.61%

 BLUE value IS 79 (31.25% from 255) = 32.38%

R = 34.02%
G = 33.61%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53524F (or 0x53524F) is known color: Dune. HEX triplet: 53, 52 and 4F. RGB value is (83,82,79). Sum of RGB (Red+Green+Blue) = 83+82+79=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 83 - color contains mainly: red. Hex color #53524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53524F is #ACADB0. Grayscale: #515151. Windows color (decimal): -11316657 or 5198419. OLE color: 5198419.

HSL color Cylindrical-coordinate representation of color #53524F: hue angle of 45º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #53524F is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 82 79 -
CMYK 0 0.01 0.05 0.67
HSL 45º 0.02% 0.32% -
HSV(B) 45º 0.05% 0.33% -
XYZ 8 8.44 8.6 -
YUV 81.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 83 82 79 0 0.01 0.05 0.67 45 0.02 0.32
Hex 53 52 4F 0 1 5 43 2D 2 20
Octal 123 122 117 0 1 5 103 55 2 40
Binary 1010011 1010010 1001111 0 1 101 1000011 101101 10 100000

Color Harmonies of #53524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53524F

Black with #53524F

Text Example


Text Example

White with #53524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53524F; }

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

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

background-color css

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

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

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

border-color css

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

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

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