#53514A

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

Shades of Dune #53514A

Tints of Dune #53514A

Color information

#53514A (or 0x53514A) is unknown color: approx Dune. HEX triplet: 53, 51 and 4A. RGB value is (83,81,74). Sum of RGB (Red+Green+Blue) = 83+81+74=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 83 - color contains mainly: red. Hex color #53514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53514A is #ACAEB5. Grayscale: #505050. Windows color (decimal): -11316918 or 4870483. OLE color: 4870483.

HSL color Cylindrical-coordinate representation of color #53514A: hue angle of 46.67º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #53514A is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB838174-
CMYK00.020.110.67
HSL46.67º5.73%30.78%-
HSV(B)46.67º10.84%32.55%-
XYZ7.758.227.66-
YUV80.8124.16129.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=34.87%
G=34.03%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83817400.020.110.6746.675.7330.78
Hex53514A02B432f61f
Octal123121112021310357637
Binary1010011101000110010100101011100001110111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53514A; }

 p { color: rgb(83,81,74); }

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

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

 a { background-color: rgb(83,81,74); }

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

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

 span { border-color: rgb(83,81,74); }

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