#535048

Color #535048 Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dune #535048

Tints of Dune #535048

Color information

#535048 (or 0x535048) is unknown color: approx Dune. HEX triplet: 53, 50 and 48. RGB value is (83,80,72). Sum of RGB (Red+Green+Blue) = 83+80+72=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 83 - color contains mainly: red. Hex color #535048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535048 is #ACAFB7. Grayscale: #505050. Windows color (decimal): -11317176 or 4739155. OLE color: 4739155.

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

Color convert

RGB838072-
CMYK00.040.130.67
HSL43.64º7.1%30.39%-
HSV(B)43.64º13.25%32.55%-
XYZ7.618.047.28-
YUV79.98123.49130.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 72 (28.52% from 255) = 30.64%
R=35.32%
G=34.04%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83807200.040.130.6743.647.130.39
Hex53504804D432c71e
Octal123120110041510354736
Binary10100111010000100100001001101100001110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535048; }

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

 H1.HeaderClassName
 {
   color: #535048;
 }
 .AnyTagClassName
 {
   color: #535048;
 }
</style>
background-color css

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

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

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

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

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

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