#534E42

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

Shades of Dune #534E42

Tints of Dune #534E42

Color information

#534E42 (or 0x534E42) is unknown color: approx Dune. HEX triplet: 53, 4E and 42. RGB value is (83,78,66). Sum of RGB (Red+Green+Blue) = 83+78+66=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #534E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E42 is #ACB1BD. Grayscale: #4E4E4E. Windows color (decimal): -11317694 or 4345427. OLE color: 4345427.

HSL color Cylindrical-coordinate representation of color #534E42: hue angle of 42.35º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534E42 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB837866-
CMYK00.060.200.67
HSL42.35º11.41%29.22%-
HSV(B)42.35º20.48%32.55%-
XYZ7.287.686.25-
YUV78.13121.16131.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 66 (26.17% from 255) = 29.07%
R=36.56%
G=34.36%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83786600.060.200.6742.3511.4129.22
Hex534E420614432ab1d
Octal1231161020624103521335
Binary1010011100111010000100110101001000011101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,78,66); }

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

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

 a { background-color: rgb(83,78,66); }

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

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

 span { border-color: rgb(83,78,66); }

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