#555044

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

Shades of Dune #555044

Tints of Dune #555044

Color information

#555044 (or 0x555044) is unknown color: approx Dune. HEX triplet: 55, 50 and 44. RGB value is (85,80,68). Sum of RGB (Red+Green+Blue) = 85+80+68=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #555044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555044 is #AAAFBB. Grayscale: #505050. Windows color (decimal): -11186108 or 4477013. OLE color: 4477013.

HSL color Cylindrical-coordinate representation of color #555044: hue angle of 42.35º 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 #555044 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB858068-
CMYK00.060.200.67
HSL42.35º11.11%30%-
HSV(B)42.35º20%33.33%-
XYZ7.668.096.63-
YUV80.13121.16131.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 68 (26.95% from 255) = 29.18%
R=36.48%
G=34.33%
B=29.18%

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
Decimal85806800.060.200.6742.3511.1130
Hex5550440614432ab1e
Octal1251201040624103521336
Binary1010101101000010001000110101001000011101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555044; }

 p { color: rgb(85,80,68); }

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

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

 a { background-color: rgb(85,80,68); }

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

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

 span { border-color: rgb(85,80,68); }

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