#545043

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

Shades of Dune #545043

Tints of Dune #545043

Color information

#545043 (or 0x545043) is unknown color: approx Dune. HEX triplet: 54, 50 and 43. RGB value is (84,80,67). Sum of RGB (Red+Green+Blue) = 84+80+67=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 84 - color contains mainly: red. Hex color #545043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545043 is #ABAFBC. Grayscale: #4F4F4F. Windows color (decimal): -11251645 or 4411476. OLE color: 4411476.

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

Color convert

RGB848067-
CMYK00.050.200.67
HSL45.88º11.26%29.61%-
HSV(B)45.88º20.24%32.94%-
XYZ7.548.036.46-
YUV79.71120.83131.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 67 (26.56% from 255) = 29.00%
R=36.36%
G=34.63%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84806700.050.200.6745.8811.2629.61
Hex5450430514432eb1e
Octal1241201030524103561336
Binary1010100101000010000110101101001000011101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545043; }

 p { color: rgb(84,80,67); }

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

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

 a { background-color: rgb(84,80,67); }

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

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

 span { border-color: rgb(84,80,67); }

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