#555146

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

Shades of Dune #555146

Tints of Dune #555146

Color information

#555146 (or 0x555146) is unknown color: approx Dune. HEX triplet: 55, 51 and 46. RGB value is (85,81,70). Sum of RGB (Red+Green+Blue) = 85+81+70=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #555146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555146 is #AAAEB9. Grayscale: #505050. Windows color (decimal): -11185850 or 4608341. OLE color: 4608341.

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

Color convert

RGB858170-
CMYK00.050.180.67
HSL44º9.68%30.39%-
HSV(B)44º17.65%33.33%-
XYZ7.798.266.98-
YUV80.94121.83130.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 70 (27.73% from 255) = 29.66%
R=36.02%
G=34.32%
B=29.66%

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
Decimal85817000.050.180.67449.6830.39
Hex5551460512432ca1e
Octal1251211060522103541236
Binary1010101101000110001100101100101000011101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555146; }

 p { color: rgb(85,81,70); }

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

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

 a { background-color: rgb(85,81,70); }

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

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

 span { border-color: rgb(85,81,70); }

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