Html Css Color HEX #535046 Dune

📋 copy color: '#535046'

red 83 ◦ green 80 ◦ blue 70

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

Shades of Dune #535046

Tints of Dune #535046

RGB

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

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

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

R = 35.62%
G = 34.33%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#535046 (or 0x535046) is known color: Dune. HEX triplet: 53, 50 and 46. RGB value is (83,80,70). Sum of RGB (Red+Green+Blue) = 83+80+70=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 83 - color contains mainly: red. Hex color #535046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535046 is #ACAFB9. Grayscale: #4F4F4F. Windows color (decimal): -11317178 or 4608083. OLE color: 4608083.

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

Color convert

RGB 83 80 70 -
CMYK 0 0.04 0.16 0.67
HSL 46.15º 0.08% 0.3% -
HSV(B) 46.15º 0.16% 0.33% -
XYZ 7.54 8.02 6.94 -
YUV 79.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 83 80 70 0 0.04 0.16 0.67 46.15 0.08 0.3
Hex 53 50 46 0 4 10 43 2E 8 1E
Octal 123 120 106 0 4 20 103 56 10 36
Binary 1010011 1010000 1000110 0 100 10000 1000011 101110 1000 11110

Color Harmonies of #535046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535046

Black with #535046

Text Example


Text Example

White with #535046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535046; }

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

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

background-color css

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

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

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

border-color css

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

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

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