#56534A

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

Shades of Dune #56534A

Tints of Dune #56534A

Color information

#56534A (or 0x56534A) is unknown color: approx Dune. HEX triplet: 56, 53 and 4A. RGB value is (86,83,74). Sum of RGB (Red+Green+Blue) = 86+83+74=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 86 - color contains mainly: red. Hex color #56534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56534A is #A9ACB5. Grayscale: #525252. Windows color (decimal): -11119798 or 4870998. OLE color: 4870998.

HSL color Cylindrical-coordinate representation of color #56534A: hue angle of 45º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #56534A is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB868374-
CMYK00.030.140.66
HSL45º7.5%31.37%-
HSV(B)45º13.95%33.73%-
XYZ8.178.667.72-
YUV82.87122.99130.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.39%
GREEN value IS 83 (32.81% from 255) = 34.16%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=35.39%
G=34.16%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86837400.030.140.66457.531.37
Hex56534A03E422d81f
Octal1261231120316102551037
Binary10101101010011100101001111101000010101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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