#534F45

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

Shades of Dune #534F45

Tints of Dune #534F45

Color information

#534F45 (or 0x534F45) is unknown color: approx Dune. HEX triplet: 53, 4F and 45. RGB value is (83,79,69). Sum of RGB (Red+Green+Blue) = 83+79+69=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #534F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F45 is #ACB0BA. Grayscale: #4F4F4F. Windows color (decimal): -11317435 or 4542291. OLE color: 4542291.

HSL color Cylindrical-coordinate representation of color #534F45: hue angle of 42.86º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #534F45 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB837969-
CMYK00.050.170.67
HSL42.86º9.21%29.8%-
HSV(B)42.86º16.87%32.55%-
XYZ7.447.866.76-
YUV79.06122.33130.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 79 (31.25% from 255) = 34.20%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=35.93%
G=34.20%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83796900.050.170.6742.869.2129.8
Hex534F450511432b91e
Octal1231171050521103531136
Binary1010011100111110001010101100011000011101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534F45; }

 p { color: rgb(83,79,69); }

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

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

 a { background-color: rgb(83,79,69); }

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

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

 span { border-color: rgb(83,79,69); }

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