#545045

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

Shades of Dune #545045

Tints of Dune #545045

Color information

#545045 (or 0x545045) is unknown color: approx Dune. HEX triplet: 54, 50 and 45. RGB value is (84,80,69). Sum of RGB (Red+Green+Blue) = 84+80+69=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 84 - color contains mainly: red. Hex color #545045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545045 is #ABAFBA. Grayscale: #4F4F4F. Windows color (decimal): -11251643 or 4542548. OLE color: 4542548.

HSL color Cylindrical-coordinate representation of color #545045: 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 #545045 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB848069-
CMYK00.050.180.67
HSL44º9.8%30%-
HSV(B)44º17.86%32.94%-
XYZ7.68.056.78-
YUV79.94121.83130.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.05%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 69 (27.34% from 255) = 29.61%
R=36.05%
G=34.33%
B=29.61%

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
Decimal84806900.050.180.67449.830
Hex5450450512432ca1e
Octal1241201050522103541236
Binary1010100101000010001010101100101000011101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545045; }

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

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

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

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

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

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

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

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