Html Css Color HEX #535047 Dune

📋 copy color: '#535047'

red 83 ◦ green 80 ◦ blue 71

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

Shades of Dune #535047

Tints of Dune #535047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.34%

R = 35.47%
G = 34.19%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#535047 (or 0x535047) is known color: Dune. HEX triplet: 53, 50 and 47. RGB value is (83,80,71). Sum of RGB (Red+Green+Blue) = 83+80+71=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 83 - color contains mainly: red. Hex color #535047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535047 is #ACAFB8. Grayscale: #4F4F4F. Windows color (decimal): -11317177 or 4673619. OLE color: 4673619.

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

Color convert

RGB 83 80 71 -
CMYK 0 0.04 0.14 0.67
HSL 45º 0.08% 0.3% -
HSV(B) 45º 0.14% 0.33% -
XYZ 7.57 8.03 7.11 -
YUV 79.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 83 80 71 0 0.04 0.14 0.67 45 0.08 0.3
Hex 53 50 47 0 4 E 43 2D 8 1E
Octal 123 120 107 0 4 16 103 55 10 36
Binary 1010011 1010000 1000111 0 100 1110 1000011 101101 1000 11110

Color Harmonies of #535047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535047

Black with #535047

Text Example


Text Example

White with #535047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535047; }

 p { color: rgb(83,80,71); }

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

background-color css

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

 a { background-color: rgb(83,80,71); }

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

border-color css

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

 span { border-color: rgb(83,80,71); }

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