#534F44

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

Shades of Dune #534F44

Tints of Dune #534F44

Color information

#534F44 (or 0x534F44) is unknown color: approx Dune. HEX triplet: 53, 4F and 44. RGB value is (83,79,68). Sum of RGB (Red+Green+Blue) = 83+79+68=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #534F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F44 is #ACB0BB. Grayscale: #4E4E4E. Windows color (decimal): -11317436 or 4476755. OLE color: 4476755.

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

Color convert

RGB837968-
CMYK00.050.180.67
HSL44º9.93%29.61%-
HSV(B)44º18.07%32.55%-
XYZ7.417.856.59-
YUV78.94121.83130.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 68 (26.95% from 255) = 29.57%
R=36.09%
G=34.35%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83796800.050.180.67449.9329.61
Hex534F440512432ca1e
Octal1231171040522103541236
Binary1010011100111110001000101100101000011101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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