Html Css Color HEX #53524E Dune

📋 copy color: '#53524E'

red 83 ◦ green 82 ◦ blue 78

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

Shades of Dune #53524E

Tints of Dune #53524E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.1%

R = 34.16%
G = 33.74%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53524E (or 0x53524E) is known color: Dune. HEX triplet: 53, 52 and 4E. RGB value is (83,82,78). Sum of RGB (Red+Green+Blue) = 83+82+78=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 83 - color contains mainly: red. Hex color #53524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53524E is #ACADB1. Grayscale: #515151. Windows color (decimal): -11316658 or 5132883. OLE color: 5132883.

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

Color convert

RGB 83 82 78 -
CMYK 0 0.01 0.06 0.67
HSL 48º 0.03% 0.32% -
HSV(B) 48º 0.06% 0.33% -
XYZ 7.96 8.42 8.41 -
YUV 81.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 83 82 78 0 0.01 0.06 0.67 48 0.03 0.32
Hex 53 52 4E 0 1 6 43 30 3 20
Octal 123 122 116 0 1 6 103 60 3 40
Binary 1010011 1010010 1001110 0 1 110 1000011 110000 11 100000

Color Harmonies of #53524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53524E

Black with #53524E

Text Example


Text Example

White with #53524E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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