#534F43

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

Shades of Dune #534F43

Tints of Dune #534F43

Color information

#534F43 (or 0x534F43) is unknown color: approx Dune. HEX triplet: 53, 4F and 43. RGB value is (83,79,67). Sum of RGB (Red+Green+Blue) = 83+79+67=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #534F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F43 is #ACB0BC. Grayscale: #4E4E4E. Windows color (decimal): -11317437 or 4411219. OLE color: 4411219.

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

Color convert

RGB837967-
CMYK00.050.190.67
HSL45º10.67%29.41%-
HSV(B)45º19.28%32.55%-
XYZ7.387.846.43-
YUV78.83121.33130.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.24%
GREEN value IS 79 (31.25% from 255) = 34.50%
BLUE value IS 67 (26.56% from 255) = 29.26%
R=36.24%
G=34.50%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83796700.050.190.674510.6729.41
Hex534F430513432db1d
Octal1231171030523103551335
Binary1010011100111110000110101100111000011101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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